- {% if state_filter == "open" %} {# TODO open #}
+ {% if state_filter == "open" %}
+ Congratulations! You have no open issues.
{% if project.digested_event_count == 0 %}
This might mean you have not yet set up your SDK.
- {% else %}
- Congratulations! You have no open issues.
{% endif %}
{% else %}
No {{ state_filter }} issues found.