{% extends "orga/base.html" %} {% block extra_title %}{{ generic_title }} :: {% endblock extra_title %} {% block content %}

{% block page_title %}{{ generic_title }}{% endblock page_title %} {% if has_create_permission %}
{% block create_button_label %}{% endblock create_button_label %} {% block title_actions %}{% endblock title_actions %}
{% endif %}

{% block list_content %}{% endblock list_content %} {% endblock %}