{% extends 'backoffice/base.html' %} {% block title %}{{ title }}{% endblock %} {% block main %}

{{ title }}

{% if create_url %} {% endif %}
{% include 'backoffice/generic/_list_fragment.html' %} {% endblock %}