{% block container %}
{{ column.title }} | {% endfor %}
---|
{% if column.model_column %}
{% include column.template_path %}
{% else %}
{% include column.template_path %}
{% endif %}
|
{% endfor %}
{% endblock %}
There are no patients on this list.
Would you like to {% block add_patient_if_none %}add one?{% endblock %}