{% extends 'base.html' %} {% block title %}Tags | Admin | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Tags Manage Tags Add Tag {{ tags|length }} tag{{ 's' if tags|length != 1 else '' }} total {% if tags %} Name Slug Articles Created Actions {% for tag in tags %} {{ tag.name }} {{ tag.slug }} {% set article_count = tag.articles.count() %} {{ article_count }} {{ tag.created_at.strftime('%b %d, %Y') }} {% endfor %} {% else %} No tags found Create First Tag {% endif %} {% if tags %} Tag Cloud {% for tag in tags %} {{ tag.name }} {{ tag.articles.count() }} {% endfor %} {% endif %}
No tags found
Are you sure you want to delete the tag ""?