{% extends 'layouts/left_panel.html' %} {% block heading %}

{% if not user.profile.explicit_access_only %} {% endif %}

{% endblock %} {% block left_panel %}
[[ episode.demographics[0].name ]] {% if request.user.is_staff %}
Admin {% endif %}

Filters

{% endblock %} {% block content %}
{% for column in columns %} {% endfor %} {% for column in columns %} {% endfor %}
{{ column.title }}
    {% if column.header_template_path %} {% include column.header_template_path %} {% endif %}
  • {% include column.template_path %}
  • {% if not column.single %}
  • Add  
  • {% else %}
  • Edit  
  • {% endif %}

There are no patients on this list.

Would you like to add one?

{% endblock %} {% block footer %} {% include 'keyboard_shortcuts_modal.html' %} {% endblock %}