{% comment %} {% extends 'base.html' %} {% endcomment %} {% load static widget_tweaks %} {% block content %} [{% for tag in qs %}"{{ tag }}"{% if forloop.last %}{% else %},{% endif %}{% endfor %}] {% if error_msg %}
{{ error_msg }}
{% endif %} {% endblock %}