{% extends '../template.html' %} {% block title %}Report - Sales statistic{% endblock %} {% block subcontent %}

- {% date hourly year[2011-2030] %} - {% date daily year[2011-2030] nodate %} - {% date monthly year[2011-2030] nodate nomonth%} - {% date 15m year[2011-2030] nodate %} {% if session.user.id_store == 0 %} {% endif %}
{% if session.user.id_store != 0 %}
{% endif %} {% endblock %} {% block script %} {% endblock %}