{% extends "admin/base_site.html" %} {% load tags_AKModel %} {% load i18n %} {% load bootstrap4 %} {% load fontawesome_5 %} {% block title %}{% trans "New event wizard" %}: {{ wizard_step_text }}{% endblock %} {% block content %} {% include "admin/AKModel/event_wizard/wizard_steps.html" %} {% trans "Add a new event. Please start by filling these basic properties. You can specify more settings later." %}
{% csrf_token %} {% bootstrap_form form %} {% fa5_icon "times" 'fas' %} {% trans "Cancel" %}
{% endblock %}