{% extends "events/base.html" %} {% load event_tags %} {% load base_filters %} {% load styled_forms %} {% block title %}{% blocktrans with title=event.title %}{{ title }} - custom registration form(s){% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block content %}
{% trans "This event doesn't use custom registration forms." %}
{% endif %}