{% extends "layout-distributors.html.twig" %} {% block title %}Policy report{% endblock %} {% block stylesheets %} {{ parent() }} {# #} {% endblock %} {% block body %} {{ include("distributors/nav_menu.twig",{option:'reports'}) }} Reports {% if origin == 'SICAS' %} Type of report Production Commission {% if distributorType == 'Producer US' %} Broker Fee {% endif %} {% endif %} Product {% if origin == 'NIS' %} All Products & Companies {% for item in distProducts %} {{item.dist_product}} {% endfor %} {% else %} All Products {% for item in distProducts %} {{item.dist_product}} {% endfor %} {% endif %} Filter based on Issuing date Start date Start date End date Insurance company {# {% if origin == 'NIS' %} #} {# Generate Report #} Download Report {% endblock %} {% block javascripts %} {% endblock %}