{% extends "base_billing.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'Billing Summary' %} ({{billing.billing_period|date:"F Y"}}){% endblock %} {% block content %}
{% include 'billing/partials/statistics.html' with orders=billing.orders.all %}
{% trans 'Print' %}
{% include 'billing/partials/summary.html' %} {% endblock %}