14.3.161. crate_anon/crateweb/research/templates/pe_bad_id.html

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

{% extends "base.html" %}

{% block content %}

    {% comment %}
        {% include "query_nav.html" %}
    {% endcomment %}

    <h1>Invalid Patient Explorer ID</h1>
    <p>Patient Explorer {{ pe_id }} is invalid (or invalid for your user).
    Please create or choose another Patient Explorer.</p>

{% endblock %}