{% extends 'admin/index.html' %} {% from 'bootstrap/pagination.html' import render_pagination %} {% block title %}Manage Tags{% endblock %} {% block content %} {% if tags %} {% for tag in tags %} {% endfor %}
No. Name Photos Actions
{{ tag.id }} {{ tag.name }} {{ tag.photos|length }}
{% else %}
No tags.
{% endif %} {% endblock %}