{% extends "issues/base.html" %} {% load static %} {% block tab_content %}

Issue Grouping:

The following automatically determined groupers are part of this issue:{# I think a better text can be devised #}
    {% for grouper in issue.grouping_set.all %}
  1. {{ grouper.grouping_key }}
  2. {% endfor %}
{% endblock %}