{% extends "base.html" %} {% load i18n humanize %} {% block main %}
{% if rows.management_form.INITIAL_FORMS.value %}

{% trans "Your selections" %}

{% else %}

{% trans "You haven't selected anything." %}

{% endif %}
{% if rows.management_form.INITIAL_FORMS.value %}
{% include 'training/checkout/_form.html' %}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}