{% extends "layout-distributors.html.twig" %} {% block title %}Novamar Insurance System {% endblock %} {% block stylesheets %} {{encore_entry_link_tags('dynaTableCSS')}} {% endblock %} {% block body %} {{ include("distributors/nav_menu.twig",{option:'dist_myclients'}) }}
My Clients
Insured Name Status Phone E-mail City Go to Profile
[[ entry.client_first_name ]] [[ entry.client_father_last_name ]] [[ entry.client_status_mx ]] [[ entry.client_phone1 ]] [[ entry.client_email ]] [[ entry.client_city ]]
{% endblock %} {% block javascripts %} {% if app.environment != 'dev' %} {% else %} {% endif %} {{ encore_entry_script_tags('dynaTableJS')}} {% endblock %}