- No issues found.
- This might mean you have not yet set up your SDK.
+ {% if state_filter == "open" %} {# TODO open #}
+ {% 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.
+ {% endif %}