{% extends "base.html" %} {% from 'macros/navbar.html' import navbar %} {% block navbar_start %} {{ navbar(navbar_items) }} {% endblock %} {% block content %}
| {{ gettext("Name") }} | {{ gettext("Number of plans") }} |
|---|---|
| {{ coop.name }} | {{ coop.plan_count }} |
{{ gettext("No cooperations found") }}
{% endif %}