{% load static %} {% for tag in tags %}
  • {{ tag }} {% if perms.testruns.delete_testruntag %} {% endif %}
  • {% endfor %}