{% extends 'base.html.twig' %} {% block title %}Clients Management | NIS{% endblock %} {% block stylesheets %} {{ parent() }} {{encore_entry_link_tags('mainCSS')}} {{encore_entry_link_tags('clientsManagerCSS')}} {% endblock %} {% block body %} {{ include("mx/nav_menu.twig", {option:'clients-management'} ) }} Select an option: [[option.text]] {# dependiendo la opcion seleccionada sera las opciones que le muestre #} Information from the selected policy Information from the selected quote Information from the client Certificate Product Company Issued date Start date End date Net premium Total premium Sale person ID quote ID owner Product Quote number Quote date ID Client Email Client phone Gender closeCancel saveMove saveJoin {{ include("components/search-client-component.html.twig", {type:'old'} ) }} Complete Name Company name Email ID {# dependiendo la opcion seleccionada sera las opciones que le muestre #} Select the policy to move Certificate Total Premium Start date End date [[certificate.certificate_number | validateCertificate(certificate.policy_number)]] $[[certificate.total_premium | number]] [[certificate.currency | currencyType]] [[certificate.start_date | dateFormat]] [[certificate.end_date | dateFormat]] Select the quote to move Product Quote number Quote date [[quote.product]] [[quote.quote_number]] [[quote.quote_date | dateFormat]] Client Policies Certificate Total Premium Start date End date [[certificate.certificate_number | validateCertificate(certificate.policy_number)]] $[[certificate.total_premium | number]] [[certificate.currency | currencyType]] [[certificate.start_date | dateFormat]] [[certificate.end_date | dateFormat]] {{ include("components/search-client-component.html.twig", {type:'new', option: 'certificates'} ) }} Complete Name Company name Email ID {# dependiendo la opcion seleccionada sera las opciones que le muestre #} Client general information Owner type Additional insured Creation date Client phone Gender Date of birth Address Zip code County City State Country {% endblock %} {% block javascripts %} {% if app.environment == 'prod' %} {% else %} {% endif %} {% endblock %}