{% extends "registrasion/base.html" %} {% load lca2018_tags %} {% block header_title %}Your profile{% endblock %} {% block header_paragraph %} These details will appear on your badge, your invoices, and will be used to order catered food at the conference. {% endblock %} {% block scripts_extra %} {{ form.media.js }} {% endblock %} {% block content %}
{% csrf_token %}
{% include "_form_snippet.html" with form=form %}
{% if user.attendee %} Cancel {% endif %}
{% endblock %}