{% load url from future %} {% for tp_tag in tp_tags %}
  • {{ tp_tag }} {% if user.is_superuser or request.permissions.administrate %} {% endif %}
  • {% endfor %}