14.3.165. crate_anon/crateweb/research/templates/pe_missing.html

{# crate_anon/crateweb/research/templates/pe_missing.html #}

{% extends "base.html" %}

{% block content %}

    {% include "query_nav.html" %}

    <h1>Failed: no Patient Explorer</h1>
    <p>There is no active Patient Explorer. Try creating one.</p>

{% endblock %}