{% load url from future %} {% for tag in store_tags %}
  • {{ tag }}{% if can_edit %} {% endif %}
  • {% endfor %}