{% extends "biomon/base.html" %} {% load i18n %} {% block extra_scripts %} {% endblock %} {% block content-1-right %}
{% trans "Reader" %} {{ item.id }}
{{ item.ip_address }}:{{ item.management_port }}
{% if item.room %}{% trans "Room" %} : {{ item.room }}
{% if item.room.patient %}{% trans "Patient" %} : {{ item.room.patient }}
{% else %}{% trans "No patient associated" %}
{% endif %} {% else %}{% trans "No room associated" %}
{% endif %}