{% extends "base.html" %} {% load bootstrap4 wagtailcore_tags %} {% block content %}

{{page.title}}

{{ page.rules|richtext }}
{% if author and images %}
{% csrf_token %}
{% bootstrap_form author %}
{{ images.management_form }} {% for form in images %}
{% bootstrap_form form %}
{% endfor %}
{% buttons %} {% endbuttons %}
{% endif %}
{% endblock %}