{% extends "orga/event/wizard/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block stylesheets %} {% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %} {% block wizard_content %}
{% trans "Choose your inital customisations here – you can always change them later, or enhance them with custom CSS." %}
{% endblock %}