{% extends 'Imex\VnaLightBundle:Default:base_template.html.twig' %} {% block content %}
{{name}}
{{doc_type}} {{document}}

Género
{{gender}}
Fecha de nacimiento
{{birthdate}}
Edad actual
{{age}} años
Listado de estudios
{% if is_granted('ROLE_VNA_MODIFY') %} + Adicionar estudio {% endif %}
{% for st in studies %} {% endfor %}
Fecha del estudio Estudio Modalidad Reporte Imágenes Comentarios
{{st.date}} {{st.name}} {{st.mod}} {% if not st.report_link is null %} {% endif %} {% if not st.images_link is null %} {% endif %} {{st.comments}}
{% endblock content %}