{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Additional Items for {{ meeting }} - {% endblock %} {% block meetings_active %}class="active"{% endblock %} {% block content %}
{% if social_events %} {% for social_event in social_events %} {% endfor %}
Name Order Price
{{ social_event.name }} {{ social_event.order }} £{{ social_event.cost|floatformat:2 }}
{% else %}

There are no Additional Items for this meeting

{% endif %}

< Back to Meetings

{% endblock %}