{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %} {% load crispy_forms_tags %}
{{ form |crispy }}
{% 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 %}