{% 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 l in list %}
{{ l.title|text }}
{% endfor %} {% endif %}
{% endblock %}