{% if includeLayout is not defined %} {% set includeLayout = true %} {% endif %} {% set senhaAlterada = app.user.isSenhaAtualizada %} {% if includeLayout == 1 %} {% block title %}{% if environment != 'production' -%}{{ instituicaoName }} - {%- endif %} Sistema ProPesqWEB - versão 1.0{% endblock %} {% if environment != 'development' -%} {% endif -%} {% endif %} {% block stylesheets %} {% endblock %} {% if includeLayout %} {%if senhaAlterada and app.request.attributes.get('_route') != "usuario_alterarsenha" %} {% endif %}
{% endif %} {% block content_header %} {% endblock %} {% if includeLayout %}
{% endif %} {%if senhaAlterada and app.request.attributes.get('_route') != "usuario_alterarsenha" %}
Você está sendo redirecionado... Por favor aguarde.
{% else %} {% block content %} {% endblock %} {% endif %} {% if includeLayout %}
{% endif %} {% block javascripts %} {% endblock %} {% if includeLayout %} {% block webgis %} {# Ferramenta de Visualização e Inclusão #} {% endblock webgis %} {%endif%}