{% extends "base.html" %} {% set active_page = "Database" %} {% block body %}

Add Comment

for {{ uid | replace_uid_with_hid_link | safe }}
{% if error %}

Error: UID not found in database

{% endif %}
{% if current_user.is_authenticated %} {% endif %}

Please note: it will take some time before the comment is saved and will show up on the page. Please try reloading the analysis page after a short while.

{% endblock %}