{% extends "geonode_base.html" %} {% load markdownify %} {% load i18n %} {% load static %} {% load base_tags %} {% load client_lib_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 %}
{% with jumbotron_welcome_title=custom_theme.jumbotron_welcome_title|default:"Welcome"|template_trans %}

{% trans jumbotron_welcome_title %}

{% endwith %}

{% with jumbotron_welcome_content=custom_theme.jumbotron_welcome_content|default:"GeoNode is an open source platform for sharing geospatial data and maps."|template_trans %}

{% trans jumbotron_welcome_content %}

{% endwith %} {% if not custom_theme.jumbotron_cta_hide %}

{{custom_theme.jumbotron_cta_text|default:_("Get Started »")}}

{% endif %}
{% else %}
{% endif %} {% endif %} {% endblock hero %} {% block mainbody %} {% block showcase %}
{% with facet_type='home' %} {% facets as facets %}

{{ facets.layer|default:_("No") }} {% blocktrans count counter=facets.layer %}Layer{% plural %}Layers{% endblocktrans %}

{% trans "Click to search for geospatial data published by other users, organizations and public sources. Download data in standard formats." %}

{% trans "Explore datasetss" %} »

{% endif %}

{{ facets.map|default:_("No") }} {% blocktrans count counter=facets.map %}Map{% plural %}Maps{% endblocktrans %}

{% trans "Data is available for browsing, aggregating and styling to generate maps which can be saved, downloaded, shared publicly or restricted to specific users only." %}

{% trans "Explore maps" %} »

{{ facets.document|default:_("No") }} {% blocktrans count counter=facets.document %}Document{% plural %}Documents{% endblocktrans %}

{% trans "As for the layers and maps GeoNode allows to publish tabular and text data, manage their metadata and associated documents." %}

{% if user.is_authenticated %}

{% trans "Add documents" %} »

{% else %}

{% trans "Explore documents" %} »

{% endif %}

{{ facets.user|default:_("No") }} {% blocktrans count counter=facets.user %}User{% plural %}Users{% endblocktrans %}

{% trans "Geonode allows registered users to easily upload geospatial data and various documents in several formats." %}

{% trans "See users" %} »

{% endwith %}
{% endblock showcase %} {% block datasets %}
{% get_visibile_resources request.user %}

{% trans "Featured Datasets" %}

{% verbatim %}

{{ item.title | limitTo: 20 }}{{item.title.length > 20 ? '...' : ''}}

{% endverbatim %}
{% endblock datasets %} {% block cookielawinfo %} {% if custom_theme.cookie_law_info_bar_enabled %}
{% endif %} {% endblock cookielawinfo %} {% endblock mainbody %} {% endblock middle %} {% block extra_script %} {{ block.super }} {% if DEBUG_STATIC %} {% endif %} {% endblock extra_script %}