{% extends 'oscar/dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% load humanize %} {% block body_class %}{{ block.super }} create-page{% endblock %} {% block title %} {% trans "Export children" %} | {% trans "Vouchers" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %}{% trans "Export children" %}{% endblock %} {% block dashboard_content %}

{% trans "Export children" %} - {{ parent_voucher.name }}

{% include "oscar/dashboard/partials/form_fields.html" with form=form %} {% block form_actions %}
{% trans "or" %} {% trans "cancel" %}
{% endblock form_actions %}
{% for dt in created_on_counts %} {% endfor %}
{% blocktrans %} To aid with selecting which dates to export, below are the most recent days in which child codes were created, and how many child codes were created on that day. {% endblocktrans %}
Date Number of Codes
{{ dt.date_created__date }} {{ dt.num_codes | intcomma }}
{% endblock dashboard_content %}