{% extends "remapp/base.html" %} {% block navbar %} {% if request.user.userprofile.displayCT %}
  • CT
  • {% endif %} {% if request.user.userprofile.displayRF %}
  • Fluoroscopy
  • {% endif %} {% if request.user.userprofile.displayMG %}
  • Mammography
  • {% endif %} {% if request.user.userprofile.displayDX %}
  • Radiography
  • {% endif %} {% endblock %} {% block toprow %} {% endblock %} {% block mainblock %}

    General chart options

    {% csrf_token %} {{ GeneralChartOptionsForm }}

    CT chart options

    {% csrf_token %} {{ CTChartOptionsForm }}

    Radiographic chart options

    {% csrf_token %} {{ DXChartOptionsForm }}
    {% endblock %}