{% include 'bundles/SonataUserBundle/Admin/Security/partials/sidebar.html.twig' %}
{% if app.session.flashbag.has('success') %}
{% for flashMessage in app.session.flashbag.get('success') %} {{ flashMessage }} {% endfor %}
{% endif %} {% if app.session.flashbag.has('error') %}
{% for flashMessage in app.session.flashbag.get('error') %} {{ flashMessage }} {% endfor %}
{% endif %} {% if app.session.flashbag.has('danger') %}
{% for flashMessage in app.session.flashbag.get('danger') %} {{ flashMessage }} {% endfor %}
{% endif %} {% if app.session.flashbag.has('info') %}
{% for flashMessage in app.session.flashbag.get('info') %} {{ flashMessage }} {% endfor %}
{% endif %} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}
Logo

Sign In to UniMAC PQ PORTAL

{#
New Here? Create an Account
#}
Having trouble signing in? Contact Support
{% include 'bundles/SonataUserBundle/Admin/Security/partials/footer.html.twig' %}