{% extends "base.html" %} {% block content %}

{{ project_name }} {{ instance_name }} Web Interface

Welcome to the {{ instance_name }} for the {{ project_name }} study.

{% if current_user.has_role('admin') %}

REST API is located at {{ url_for('api_v1.root') }}

Swagger documentation is located at {{ url_for('api_v1.doc') }}

{% endif %}
{% endblock %}