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