{# pe_choose.html #} {% extends "base.html" %} {% block extrahead %} {% endblock %} {% block content %} {% include "query_nav.html" %}
Created at | Delete PE | OK? | Active? | Choose/activate | Edit | Details |
---|---|---|---|---|---|---|
{{ pe.created }} |
{% if pe.has_patient_id_query %}
{% if pe.has_output_columns %}
OK
{% else %}
No output columns!
{% endif %}
{% else %}
Missing patient criteria!
{% endif %}
|
{% if pe.active %}{% endif %} {{ pe.active|yesno }} {% if pe.active %}{% endif %} | {% if pe.active %} (activated) {% else %} {% endif %} | {% comment %}Widest, so last:{% endcomment %} | {{ pe.summary_html|safe }} |