{% extends "patient/card/card_base.html.twig" %} {% block content %}
{% if list|length == 0 %} {% if listTouched == true %}
{{ "None{{Issues}}"|xlt }}
{% else %}
{{ "Nothing Recorded"|xlt }}
{% endif %} {% else %} {% for m in list %}
{{ m.title|text }} {{ m.drug_dosage_instructions|text }}
{% endfor %} {% endif %}
{% endblock %}