{% extends 'events/registration/management/_regform_base.html' %} {% from 'events/registration/_template_hooks.html' import regform_attrs_template_hook %} {% block subtitle %} {% trans id=registration.friendly_id, name=registration.full_name, regform_title=registration.registration_form.title -%} Modify #{{ id }}: {{ name }} in "{{ regform_title }}" {%- endtrans %} {% endblock %} {% block content %}
{% endblock %}