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

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

{% block list_content %} {% render_table table %} {% endblock list_content %} {% endblock %}