{% load i18n %} {% load base_tags %} {% load taggit_extras %} {% trans "Categories" %} {% trans "All Categories" %} {% categories as category_list %} {% for category in category_list %} {{ category.gn_description }} {% if type == 'layer' %} ({{ category.layer_count }}) {% elif type == 'map' %} ({{ category.map_count }}) {% elif type == 'document' %} ({{ category.document_count }}) {% else %} ({{ category.layer_count|add:category.map_count|add:category.document_count }}) {% endif %} {% endfor %} {% trans "Date" %} Date begins after: Date ends before: {% trans "Keywords" %} {% for tag in tags.values %} {{ tag.name }} ({{ tag.count }}) {% endfor %}