{% extends "registrasion/base.html" %} {% load lca2018_tags %} {% block head_title %}Your Profile{% endblock %} {% block page_title %}Your Profile{% endblock %} {% block scripts_extra %} {{ form.media.js }} {% endblock %} {% block proposals_body %}

These details will appear on your badge, your invoices, and will be used to order catered food at the conference.

{% csrf_token %}
{% include "_form_snippet.html" with form=form %}
{% if user.attendee %} Cancel {% endif %}
{% endblock %}