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