{% extends "remapp/base.html" %} {% block headextras %} {% endblock %} {% block navhelp %}
  • Web interface documentation
  • {% endblock %} {% block toprow %}

    OpenREM database browser and export

    {% if not users_in_groups.any %}

    There are no users in any of the groups

    You will need to allocate users to a group before using this system - you can do this here. You will need to know the superuser username and password you used when you installed the database.

    Make sure there is at least one Admin user. You can return to the user config page later by using the 'Manage users' link on the admin menu.

    {% elif not users_in_groups.admin %}

    There are no users in the admin group

    Make sure there is at least one Admin user — you can do this here. You will need to know the superuser username and password you used when you installed the database.

    You can return to the user config page later by using the 'Manage users' link on the admin menu.

    {% endif %}

    There are {{ homedata.total }} studies in this database. Page last refreshed on {% now "jS F Y \a\t H:i" %}. {% if user.is_authenticated %} {% if request.user.userprofile.plotCharts %} Chart plotting on. {% else %} Chart plotting off. {% endif %} {% endif %}

    {% if admin.admingroup %} {% if admin_questions_true %} {% if admin_questions.not_patient_indicator_question %} {% endif %}
    Admin question: Identifying non-patient exposures has changed in release 0.8. Would you like this install to match the behaviour of release 0.7.4 and earlier? Hide Restore 0.7.4 patterns More information
    {% endif %} {% endif %} {% endblock %} {% block mainblock %}

    {% for modality, details in modalities.items %} {% with modality|add:'_summary_list_filter' as url_name %} {% endwith %} {% endfor %} {% for modality, details in modalities.items %} {% endfor %}
    {{ details.name }}
    {{ details.count }}
    {% for modality, details in modalities.items %}

    {{ details.name }} summary table

    {% if home_config.display_workload_stats %} {% endif %}
    System name Total number of studies Latest studyNumber in last {{ home_config.day_delta_a }} days Number in last {{ home_config.day_delta_b }} days
    Please wait - querying the database
    {% endfor %} {% if not modalities %}

    No data to display in the system

    There are currently no studies from any modality stored in the database. Add some to see a summary of each on this page.

    {% endif %} {% endblock %}