{% extends "cadmin/base_admin.html" %} {% block title %} All Tags - {{ block.super }} {% endblock %} {% block main %}

» All Tags

Add Tag »

{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}

Total Tags: {{ tags.paginator.count }}

{% for tag in tags %} {% if forloop.first %} {% endif %} {% if forloop.last %}
Name Slug Author Action
{{ tag.name }} {{ tag.slug }} {{ tag.author.user }} Edit | Delete
{% endif %} {% empty %} No Tags {% endfor %}
{% if tags %} {% endif %} {% endblock %}