{% extends "registrasion/base.html" %} {% load registrasion_tags %} {% load lca2018_tags %} {% block page_title %}Product Category: {{ category.name }}{% endblock %} {% block scripts_extra %} {{ voucher_form.media.js }} {{ form.media.js }} {% endblock %} {% block proposals_body %}
{% csrf_token %} {% items_purchased category as items %} {% if items %}

Paid items

You have already paid for the following items:

{% include "registrasion/_items_list.html" with items=items %} {% endif %}

{{ category.name }}

{{ category.description|safe }}
{% if discounts %} {% include "registrasion/discount_list.html" with discounts=discounts %} {% endif %}

Make a selection

{% include "_form_snippet.html" with form=form %}
Return to dashboard
{% endblock %}