{% 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 Starter Kit is not registered to RITMARE infrastructure. Please complete the registration
{% endif %}

{% trans "Starter Kit - Demo" %}

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

{% blocktrans %} The Starter Kit 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 %}