{% extends "default/_base.html" %} {% block container %}

{{ config['INSTITUTION_NAME'] }}'s Lab Discovery Engine

{{ config['INSTITUTION_NAME'] }}
{{ config['INSTITUTION_NAME'] }}

{{ config['INSTITUTION_DESCRIPTION'] }}

{{ gettext("Learn about LabDiscoveryEngine") }}

{{ gettext("Explore the main website to find out more about Lab Discovery Engine.") }}

{{ gettext("Learn More") }}
{{ gettext("Access Laboratories") }}
{% if username %}

{{ gettext("Access the labs provided by this LabDiscoveryEngine instance.") }}

Access {% else %}

{{ gettext("Login to access the labs provided by this LabDiscoveryEngine instance.") }}

{{ gettext("Sign in") }} {% endif %}
{{ gettext("Published Laboratories List") }}

{{ gettext("Explore the labs offered by this instance.") }}

{{ gettext("View labs")}}
{% endblock %}