{% extends LOWBONO_TEMPLATE_BASE|default:"lowbono/base.html" %} {% load django_bootstrap5 %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}
{{ step_alert.body | safe }}
{% endif %} {% if step.before %}{{ step.before.body | safe }}
{% endif %} {% if form %}{{ step.after.heading | safe }}
{% endif %} {% if step.after.body %}{{ step.after.body | safe }}
{% endif %} {% endif %}