{% extends "index-base.html" %} {% block header %} {% endblock %} {% block inner_content %}

Batch Edit Tags

{% for item in ['Tag', 'Number of Posts', 'Actions'] %} {% endfor %} {% for tag in tags %} {% set tag_id = tag.id %} {% endfor %}
{{ item }} {% if item != 'Actions' %} {% endif %}
{{ tag.name }} {{ tags_to_posts[tag_id]|length}}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}