For delegates only - this can be ignored for existing members.
{% include "admin/partials/form.html" with form=address_form %}
{% if sessions %}
{% if session.get_booking_count < session.quantity_available %}
{% else %}
This is session is currently fully booked
{% endif %}
{% endfor %}
{% endif %}
{% if meeting_days %}
{% if social_event.max_quantity > 1 and social_event.max_quantity %}
{% else %}
{% endif %}
{% endfor %}
{% endif %}