{% extends "patient/card/card_base.html.twig" %} {% block content %}
{% if imx|length == 0 %}
{{ "None{{Immunizations}}"|xlt }}
{% else %} {% for i in imx %}
{{ i.cvx_text }}
{% endfor %} {% endif %}
{% endblock %}