{# templates/agent/agent_base.html.twig #} SIGDSA AGENT - {% block title %}{% endblock %} {% block stylesheets %}{% endblock %}
{# Inclusion header agent #} {% include 'agent/_header.html.twig' with {'submission': submission is defined ? submission : null} %}
{# Inclusion breadcrumb agent #} {% include 'agent/_breadcrumb.html.twig' %} {% block content %}{% endblock %}
{% block javascripts %}{% endblock %}