{% 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 "check-circle" "fas" %}
{% trans "Congratulations. Everything is set up!" %}
{% fa5_icon "info" 'fas' %} {% trans "Status" %} {% endblock %}