{% extends "base.html.twig" %} {% block title %}Producers | View documents {% endblock %} {% block stylesheets %} {{encore_entry_link_tags('jqueryFilerCSS')}} {{encore_entry_link_tags('jqueryFilerDragboxCSS')}} {{ encore_entry_link_tags('producersViewsCSS') }} {% endblock %} {% block body %} {{ include("mx/nav_menu.twig",{option:'producers'}) }}
{% if error != '' %} {{error}} {% else %} View documents

{{ producerApplication['agency_name'] }}

{{ producerApplication['contact_name'] }} - {{ producerApplication['email'] }} {% endif %}
{% if error == '' %}
{{ include("producer/list-doc.html.twig", { linksByType : linksByType['w9'], type : 'w9_document' }) }}
{{ include("producer/list-doc.html.twig", { linksByType : linksByType['agentLicense'], type : 'agent_license' }) }}
{{ include("producer/list-doc.html.twig", { linksByType : linksByType['agentPolicy'], type : 'agent_policy' }) }}
{% if linksByType['contract'] is not null and linksByType['ddauth'] is not null %}
{{ include("producer/list-doc.html.twig", { linksByType : linksByType['contract'], type : 'contract' }) }}
{{ include("producer/list-doc.html.twig", { linksByType : linksByType['ddauth'], type : 'ddauth' }) }}
{% endif %} {% endif %}

Change your document

Document type [[documentSelected.name]]
Effective date [[documentSelected.doc_effective_date]]
Expiration date [[documentSelected.doc_expiration_date]]
Licence state [[documentSelected.doc_state]]

Upload your document

Document type [[newDocType]]
{# modal para edicion de elementos #}
{% endblock %} {% block javascripts %} {% if app.environment == 'prod' %} {% else %} {% endif %} {% endblock %}