{% extends "remapp/base.html" %} {% block headextras %} {% endblock %} {% block confnav %}
  • Fluoroscopy high dose alerts documentation
  • {% endblock %} {% block toprow %} {% if admin.admingroup %}

    Check one or more boxes and click an Update button to select which users receive e-mail notification of fluoroscopy high dose alerts.

    The table can be sorted by clicking on the column headers. To add or update email addresses go to User configuration.

    {% else %}

    Only users in the Admin group can view these settings.

    {% endif %} {% endblock %} {% block mainblock %} {% if admin.admingroup %}
    {% for eachuser in user_list %} {% endfor %}
    User name First name Last name E-mail address Receive high dose alert e-mails? Send test e-mail
    {{ eachuser.username }} {{ eachuser.first_name }} {{ eachuser.last_name }} {{ eachuser.email }} {% if eachuser.email %}{% endif %}
    {% endif %} {% endblock %}