» All Tags
{% if messages %} {% for message in messages %}{{ message }}
{% endfor %} {% endif %}Total Tags: {{ tags.paginator.count }}
{% for tag in tags %} {% if forloop.first %}| Name | Slug | Author | Action |
|---|---|---|---|
| {{ tag.name }} | {{ tag.slug }} | {{ tag.author.user }} | Edit | Delete |