{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %}
{% for field in form %}
{{field}}
{% endfor %}
{% if user.is_authenticated %} {% endif %} {% for tag in tags %} {% if user.is_authenticated %} {% endif %} {% endfor %}
# Count Name
{{ forloop.counter }} {{tag.get_count}} ? {{tag.name}} Edit
{% endblock %}