{% import "WebPortfolio/macros/base.html" as m with context %} {% import "WebPortfolio/macros/forms.html" as f with context %} {% extends "WebPortfolio/Package/Cms/Admin/_layout.html" %} {% block admin_content %}
New Tag
{% for tag in tags %} {% endfor %}
Name Slug Posts
{{ tag.name }} {{ tag.slug }} {{ tag.total_posts }}
{% endblock %}