{% extends 'base.html.twig' %} {% block title %}Distributors Commision report{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {{ include("mx/nav_menu.twig", {option:'reports'}) }} {% set email = userData.email %} {% set onlyUS = ['ed@novamar.net'] %} Distributors Commision Report Type of producer: Select Producer US {% if email in onlyUS == false %} Producer MX {% endif %} Issuing Start Date Issuing End Date Download Report {% endblock %} {% block javascripts %} {% endblock %}