{% load i18n %} {% load static %} {% if not is_ajax %}
{% trans "Add CC" %}
{% if message %} {% endif %} {% else %} {% if message %} {% endif %} {% for cc in test_run.cc.select_related.all %}
  • {{ cc.username }} {% if perms.testruns.delete_testruncc %} {% endif %}
  • {% endfor %} {% endif %}