{% extends "frontend/base.html" %} {% load django_bootstrap5 %} {% block content %}

{{ meta.title }}

{% if segments.3 %} {% bootstrap_button button_class="btn-outline-primary" button_type="button" content="Back" %} {% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% bootstrap_button button_type="submit" content=meta.title %}
{% endblock %}