{% extends "passerelle/base.html" %} {% load i18n %} {% load url from future %} {% block appbar %}

{% trans view.kwargs.resource_name %}

{% endblock %} {% block content %}
{% for o in object_list %}
{{ o.title }}
{{ o.description }}
{% endfor %}
{% endblock %}