{% extends "base.html" %} {% block title %}Saved cases · casefile{% endblock %} {% block content %}

Saved cases

{% if problem %}{% endif %} {% if missing %}

That case no longer exists.

{% endif %} {% if cases %} {% else %}

Nothing saved yet. Search for an identifier and use Save this identifier, or save a finding, and it will appear here.

{% endif %}
{% endblock %}