{% extends 'cmdbase/base.html' %} {% load i18n static %} {% block content %} {% if should_authenticate and not request.user.is_authenticated %}
{{ _("Search") }}{{ _(":") }} {{ search }}
{% if search_results %}No result.
{% endif %} {# ------------------------------------------------------------------------- #} {% elif categories or recents %}{% if request.user.is_staff %} {{ _("Admin") }} {% endif %}
Name | Items |
---|---|
{{ category.name }} | {{ category.items_count }} |