{% extends "base-producers.html.twig" %} {% block title %}Producers | Documents {% endblock %} {% block stylesheet %} {{encore_entry_link_tags('jqueryFilerCSS')}} {{encore_entry_link_tags('jqueryFilerDragboxCSS')}} {{encore_entry_link_tags('producersDocumentsCSS')}} {% endblock %} {% block body %}
background nav
{% if errorMessage != '' %} {{ include('components/alertErrorMessage.html.twig', {requestErrorMessage: errorMessage, withReload: true}) }} {% endif %}

Upload your documents

{% if producerInfo != '' %}
{% endif %} {% if producerInfo != '' and producerInfo.status != 'Documents Requested' %}
You uploaded your files previously!
If you didn't, please contact us to help you in your process: ed@novamar.net.
{% else %}
Available document formats: PDF / DOCX(Microsoft word document)

W9 Form


Agent / Company licenses


E&O Policy


Your documents were saved successfully!
Thank you for completing the process, a Novamar agent will review your documents.
{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}