{% extends "management/base.html" %} {% load i18n %} {% comment %} Shared placeholder for every entity that doesn't have its own list template yet (see management.views.StubListMixin) -- a plain one-column table of __str__, just enough to prove the query scoping and permission gate work. Not meant to stay this bare once each section gets its own page. {% endcomment %} {% block heading %}{{ page_title }}{% endblock heading %} {% block panel %}
| {{ object }} |
| {% trans "Nothing here yet." %} |