{% extends "respa_admin/_base.html" %} {% load static %} {% load i18n %} {% block koro_shape %}

{% trans 'All resources I manage' %}

{{ paginator.count }} kpl
{% trans 'Add a new resource' %}
{% endblock koro_shape %} {% block body %} {% include "respa_admin/resources/_resource_list.html" %} {% endblock body %}