{% extends "mvp/list.inc.html" %} {% load i18n %} {% load common %} {% block table-headings %} {% trans "Category" %} {% endblock %} {% block table-columns %} {% if change_perm in object_perms %} {{ obj }}  {% else %} {{ obj }} {% endif %} {% if obj.article_set.count %} {{ obj.article_set.count }} {% endif %} {% endblock %}