2.6.x

All ({{data.all.all}} issues)
{{data.all.done[0]}} done
{{data.all.ongoing[0]}} ongoing
{{data.all.new[0]}} new
{% for type, statuses in data.items() %} {% if type != "all" %}
{{ statuses.done[0] }}
{{ statuses.ongoing[0] }}
{{ statuses.new[0] }}
{{ type }}
({{ statuses.all[0] }})
{% endif %} {% endfor %}