{% extends "layout-distributors.html.twig" %} {% block title %}Customer Profile {% endblock %} {% block stylesheets %} {{encore_entry_link_tags('sicasManualPCSS')}} {% endblock %} {% block body %} {{ include('./components/full-loader-container.html.twig') }} {{ include("distributors/nav_menu.twig",{option:'distributor_home'}) }}
{% if app.flashes is defined %} {% for message in app.flashes('requestApiError') %}
{{ message }}, if persist, contact support@novamar.net
{% endfor %} {% endif %}
{% if errorRequest is defined and errorRequest != '' %} {{include("components/alertErrorMessage.html.twig", {requestErrorMessage: errorRequest, withReload: true})}} {% endif %}
Client Information

Add policy

{% for product in products %}

{# {% if loop.index0 == 3 %}
{% endif %} #} {% endfor %}
{{ include('components/sicas-manual-policies-component.html.twig') }}
Quote Number Product Closed by Origin Action Date
{% set agentCode = userData.agentCode %}
{# modal para la verificacion de los datos del cliente #} {{ include('mx/modals/validate-client-info-modal.html.twig') }} {% endblock %} {% block javascripts %} {% if app.environment != 'dev' %} {% else %} {% endif %} {% endblock %}