{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Additional Items for {{ meeting }} - {% endblock %} {% block meetings_active %}class="active"{% endblock %} {% block content %}
| Name | Order | Price | ||
|---|---|---|---|---|
| {{ social_event.name }} | {{ social_event.order }} | £{{ social_event.cost|floatformat:2 }} | ||
There are no Additional Items for this meeting
{% endif %}