BMO-{{ issue.id }}: {{ issue.title }}
{{ issue.status }}
{{ issue.priority }}
{{ issue.kind }}
{% if issue.assignee %}{{ issue.assignee }}{% endif %}
{% if issue.description %}
{{ issue.description }}
{% endif %}
{% if comments %}
Comments
{% for c in comments %}
{% endfor %}
{% endif %}
{% endblock %}