{% extends 'layout.html' %} {% import 'components/report.html' as components %} {% block head_tail %} {{ super() }} {% endblock %} {% block body %}
{{ mytext('Sales Profit Trend') }}
{{ components.canvas('profit_month') }}
{{ components.card('Same Month last Year', 'profit_period_on_period_month') }} {{ components.card('Compare to Last Month','profit_compare_with_last_period_month') }} {{ components.card('Same Week last Year','profit_period_on_period_week') }} {{ components.card('Compare to Last Week','profit_compare_with_last_period_week') }}
{{ components.canvas('profit_week') }}
{% endblock %} {% block tail %} {{ super() }} {% endblock %}