{% extends 'index.html' %} {% load i18n %} {% load maps_tags %} {% load layers_tags %} {% load pagination_tags %} {% load staticfiles %} {% load url from future %} {% comment %} This is where you can override the hero area block. You can simply modify the content below or replace it wholesale to meet your own needs. {% endcomment %} {% block hero %}
{% if user.is_superuser and not skregistration %}
Warning! The GET-IT is not registered to RITMARE infrastructure. Please complete the registration
{% endif %} {% if SERVICES_METADATA %}

{{ SERVICES_METADATA.node_name }}

{{ SERVICES_METADATA.node_title }}

{% else %}

{% trans "GET-IT - Demo" %}

{% endif %}
{% if SERVICES_METADATA.node_abstract %}

{{ SERVICES_METADATA.node_abstract|safe }}

{% else %}

{% blocktrans %}Upload your layers, your observations, create your maps and join the RITMARE interoperable Infrastructure.{% endblocktrans %}

{% endif %}

{% blocktrans %} The GET-IT is developed in the context of Sub-Project 7 of RITMARE (www.ritmare.it). It is based upon GeoNode. {% endblocktrans %}

{% trans 'Need help' %} {% trans 'Getting Started?' %}
{% endblock %} {% block mainbody %}

{% trans "Latest Layers" %}

{% include 'search/search_content.html' %}
{% endblock %}