{% extends "admin/base_site.html" %} {% load tags_AKModel %} {% load i18n %} {% load bootstrap4 %} {% load fontawesome_5 %} {% load tz %} {% block title %}{% trans "New event wizard" %}: {{ wizard_step_text }}{% endblock %} {% block content %} {% include "admin/AKModel/event_wizard/wizard_steps.html" %}
{% fa5_icon "copy" "fas" %}
{% trans "Successfully imported.

Do you want to activate your event now?" %}
{{ form.media }}
{% csrf_token %} {% bootstrap_form form %}
{% fa5_icon "info" 'fas' %} {% trans "Status" %}
{% endblock %}