<div class="modal fade modal-info" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog modal-lg">
    <div class="modal-content">

      <div class="modal-header">
        <h4 class="modal-title">{{ mt._('statistics.info') }}</h4>
        <div class="modal-close" data-dismiss="modal">{{ image("img/assets/times.png", "class": "m-0-auto pointer", "alt": mt._('_common.close')) }}</div>
      </div>

      <div class="modal-body">
        <div class="modal-section stats-modal-section" id="info-type">
          {% if typeStats == "group_01" %}{{ mt._('statistics.group.modtype') }}
          {% elseif typeStats == "group_02" %}{{ mt._('statistics.group.modtypebrandline') }}
          {% elseif typeStats == "group_03" %}{{ mt._('statistics.group.brandline') }}
          {% elseif typeStats == "group_07" %}{{ mt._('statistics.group.brandlineserie') }}
          {% elseif typeStats == "group_04" %}{{ mt._('statistics.group.brandlinemodel') }}
          {% elseif typeStats == "group_05" %}{{ mt._('statistics.group.brandlinearticle') }}
          {% elseif typeStats == "group_06" %}{{ mt._('statistics.group.brandlinemodtype') }}
          {% elseif typeStats == "group_08" %}{{ mt._('statistics.group.cust') }}
          {% elseif typeStats == "group_09" %}{{ mt._('statistics.group.custmodtype') }}
          {% elseif typeStats == "group_10" %}{{ mt._('statistics.group.custbrandline') }}
          {% elseif typeStats == "group_11" %}{{ mt._('statistics.group.custbrandlinemod') }}
          {% elseif typeStats == "group_12" %}{{ mt._('statistics.group.custbrandlineart') }}{% endif %}
        </div>
        <div class="modal-section stats-modal-section" id="info-time" data-time="{{ time1 }}" {% if multistats %}{% if time2 != "_none" and time2 != "" %}data-time2="{{ time2 }}"{% endif %}{% if time3 != "_none" and time3 != "" %}data-time3="{{ time3 }}"{% endif %}{% endif %}>
          <span class="text-capitalize">{{ typeTime == 0 ? mt._('_common.season') : mt._('_common.period') }}</span>: {{ time1 }} {% if multistats %}{% if time2 != "_none" and time2 != "" %}, {{ time2 }}{% endif %}{% if time3 != "_none" and time3 != "" %}, {{ time3 }}{% endif %}{% endif %}
        </div>
        <div class="modal-section pb-10x pl-20x pr-15x" id="info-filter">
          {{ mt._('_common.customers') }}: {% if customers == "all" %}{{ mt._('_common.allp') }}{% else %}{% for customer in customers %}{{ customer }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.catalogs') }}: {% if catalogs == "all" %}{{ mt._('_common.allp') }}{% else %}{% for catalog in catalogs %}{{ catalog }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.countries') }}: {% if countries == "all" %}{{ mt._('_common.allf') }}{% else %}{% for country in countries %}{{ country }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.zones') }}: {% if zones == "all" %}{{ mt._('_common.allf') }}{% else %}{% for zone in zones %}{{ zone }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.lines') }}: {% if lines == "all" %}{{ mt._('_common.allf') }}{% else %}{% for line in lines %}{{ line }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.series') }}: {% if series == "all" %}{{ mt._('_common.allf') }}{% else %}{% for serie in series %}{{ serie }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.modeltypes') }}: {% if modeltypes == "all" %}{{ mt._('_common.allp') }}{% else %}{% for modeltype in modeltypes %}{{ modeltype }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.ordertypes') }}: {% if ordertypes == "all" %}{{ mt._('_common.allp') }}{% else %}{% for ordertype in ordertypes %}{{ ordertype }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %} -
          {{ mt._('_common.genres') }}: {% if genres == "all" %}{{ mt._('_common.allp') }}{% else %}{% for genre in genres %}{{ genre }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}
        </div>
      </div>
    </div>
  </div>
</div>
