{% block headextras %} {% endblock %}
Toggle navigation
OpenREM
{% block navbar %} {% if request.user.userprofile.displayCT %} {% block navct %}
{% endblock %}
CT
{% endif %} {% if request.user.userprofile.displayRF %} {% block navrf %}
{% endblock %}
Fluoroscopy
{% endif %} {% if request.user.userprofile.displayMG %} {% block navmg %}
{% endblock %}
Mammography
{% endif %} {% if request.user.userprofile.displayDX %} {% block navdx %}
{% endblock %}
Radiography
{% endif %} {% endblock %}
{% block loginlink %}
{% if user.is_authenticated %} {% if admin.importsizegroup or admin.importqrgroup or admin.admingroup %} {% block importnav %}
{% endblock %}
Imports
{% if admin.importsizegroup %}
Import patient size info
{% endif %} {% if admin.importsizegroup or admin.admingroup %}
Previous patient size imports
{% endif %} {% if admin.importqrgroup %}
Query remote server
{% endif %}
{% endif %} {% if admin.exportgroup %} {% block exportnav %}
{% endblock %}
Exports
{% endif %} {% block confnav %}
{% endblock %}
Config
User level config
Chart options
Switch charts off
{% if not admin.admingroup %}
View display names & modality
View not-patient indicators
{% endif %} {% if home_config.display_workload_stats or admin.admingroup %}
Home page options
{% endif %} {% if admin.admingroup %}
System level settings
Users
Display names & modality
DICOM object deletion
DICOM networking
Patient ID
Not-patient indicators
Skin dose map
Fluoro alert levels
Fluoro alert notification
Celery tasks
RabbitMQ queue
{% endif %}
{% endif %} {% block usernav %}
{% endblock %}
{% if user.is_authenticated %} {{ user.get_full_name }} {% else %} User {% endif %}
{% if user.is_authenticated %}
Change password
Logout
{% else %}
Login
{% endif %}
Docs
OpenREM Documentation ({{ admin.docsversion }})
{% block navhelp %} {% endblock %}
{% endblock %}
{% block toprow %} {% endblock %}
{% block messages %} {% if messages %} {% for message in messages %}
×
{% if message.level == 40 %}
Warning!
{% endif %} {{ message }}
{% endfor %} {% endif %} {% endblock %} {% block mainblock %} {% endblock %}
{% block jsblock %} {% endblock %}