{% extends 'MainBundle:Master:template.html.twig' %} {% block scripts %} {# CSS #} {% endblock %} {% block content %}

{{ 'reportPatient.title.searchPatient'|trans([],'LocalizationBundle') }}

{% if report is not empty %} {% else %}

{{ 'reportPatient.message.report'|trans([],'LocalizationBundle') }}

{% endif %}
{# Visualizar Mensaje #}

{% endblock %}