{% if project %}
{{ project.description }}
Component: {% for x in project.component_set.all %} {% if forloop.first %} ----- {% endif %} {{ x }} {% endfor %}
Version: {% for x in project.version_set.all %} {% if forloop.first %} ----- {% endif %} {{ x }} {% endfor %}
Milestone: {% for x in project.milestone_set.all %} {% if forloop.first %} ----- {% endif %} {{ x }} {% endfor %}
Status: {% for x in status_choices %} {% if forloop.first %} ----- {% endif %} {{ x }} {% endfor %}
Issue Type: {% for x in type_choices %} {% if forloop.first %} ----- {% endif %} {{ x }} {% endfor %}
Save this filter for future use:
Saved filter name: