Saved cases
{% if problem %}{{ problem }}
{% endif %} {% if missing %}That case no longer exists.
{% endif %} {% if cases %}-
{% for c in cases %}
- {{ c.name }} {# a case auto-named after its only identifier would otherwise print that identifier twice #} {% set others = c.targets | rejectattr("value", "equalto", c.name) | map(attribute="value") | list %} {% if others %}with {{ others | join(", ") }}{% endif %} {{ c.targets | map(attribute="entity_type") | unique | join(", ") }} · {{ c.star_count }} saved {% endfor %}
Nothing saved yet. Search for an identifier and use Save this identifier, or save a finding, and it will appear here.
{% endif %}