{% extends "site_base.html" %} {% load i18n %} {% block title %} {% trans "GET-IT Registration" %} — {{ block.super }}{% endblock %} {% block body_class %}services{% endblock %} {% block body %}

{% trans "Registration status" %}

GET-IT Registered and validated
GET-IT Registered - waiting for validation
GET-IT Unregistered
Missing metadata

Site information

{% trans "Domain" %}{{ SITE_DOMAIN }}
{% trans "Site URL" %}{{ SETTINGS_SITEURL }}
{% trans "Web Title/Name" %}{{ SITE_NAME }}
{% trans "Metadata" %} {{ services_metadata }}

{% blocktrans %}Please check the information is correct prior to registering the GET-IT{% endblocktrans %}

{% blocktrans %}Please add more information about your GET-IT implementation. Fill the Services Metadata form.{% endblocktrans %}

{% endblock %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}