{% for tag in case_own_tags %}
{{ tag }} -
{% empty %}
No tags in cases
{% endfor %}
{% include "run/table_caseruns.html" %}
All these fields are required.
{% comment %}
If no issue tracker is associated with the product, or no issue tracker is enabled,
no need to render this dialog for adding an issue.
{% endcomment %}
{% if issue_trackers %}
{% endif %}
{# Dialog for selecting an issue tracker to file an issue. #}
{% if issue_trackers %}