{% load i18n humanize useful_tags %} {% csrf_token %} {{ rows.management_form }}
{% for row in rows %}{% include "training/checkout/_card.html" %}{% endfor %}

{% trans "Total price" %}: {{ object.total_price|format_price }}

{% if 'checkout' not in request.META.HTTP_REFERER %} {% endif %}