{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

{% include 'form.html' %} {% if extraButtons %}

{% for button in extraButtons %}
  • {{ button.name }} {% endfor %}
  • {% endif %}
    {% endblock content %}