{% extends "wafer/base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block content %} {% with profile=object.user.userprofile %} {% if profile.is_registered %}

{% trans 'Update registration' context 'conference' %}

{% else %}

{% trans 'Register' context 'conference' %}

{% endif %} {% endwith %} {% crispy form %} {% endblock %}