{% extends "geonode_base.html" %} {% load markdownify %} {% load i18n %} {% load static from staticfiles %} {% load base_tags %} {% block title %} {% trans "Welcome!" %} - {{ block.super }} {% endblock %} {% block body_class %}home{% endblock %} {% block middle %} {{ block.super }} {% block hero %} {% if block.super %} {{ block.super }} {% else %} {% if custom_theme.welcome_theme == 'JUMBOTRON_BG' or not slides %}
{% trans jumbotron_welcome_content %}
{% endwith %} {% if not custom_theme.jumbotron_cta_hide %}{{custom_theme.jumbotron_cta_text|default:_("Get Started »")}}
{% endif %}{% trans "Click to search for geospatial data published by other users, organizations and public sources. Download data in standard formats." %}
{% if user.is_authenticated %} {% else %} {% endif %}{% trans "Data is available for browsing, aggregating and styling to generate maps which can be saved, downloaded, shared publicly or restricted to specify users only." %}
{% if user.is_authenticated %} {% else %} {% endif %}{% trans "As for the layers and maps GeoNode allows to publish tabular and text data, manage theirs metadata and associated documents." %}
{% if user.is_authenticated %} {% else %} {% endif %}{% trans "Geonode allows registered users to easily upload geospatial data and various documents in several formats." %}