{% extends "site_base.html" %} {% load i18n %} {% load staticfiles %} {% load base_tags %} {% block title %} {% trans "Welcome!" %} - {{ block.super }} {% endblock %} {% block body_class %}home{% endblock %} {% block middle %} {{ block.super }} {% block hero %}

{% trans "Welcome" %}

{% blocktrans %}GeoNode is an open source platform for sharing geospatial data and maps.{% endblocktrans %}

{% blocktrans %}If you have any questions about the software or service, join our mailing list.{% endblocktrans %}

{% trans 'Need help?' %} {% trans 'Getting Started' %}
{% endblock %} {% block mainbody %}
{% with facet_type='home' %} {% facets as facets %}

{{ facets.layer|default:_("No") }} {% trans "Layer" %}{{ facets.layer|pluralize }}

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

{% trans "Explore Layers" %} »

{{ facets.map|default:_("No") }} {% trans "Map" %}{{ facets.map|pluralize }}

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

{% trans "Create maps" %} »

{{ facets.user|default:_("No") }} {% trans "User" %}{{ facets.user|pluralize }}

{% trans "GeoNode allows registered users to easily upload geospatial data in several formats including shapefile and GeoTiff." %}

{% trans "Share data" %} »

{% endwith %}
{% verbatim %}
{% endverbatim %} {% endblock %} {% endblock %} {% block extra_script %} {% if DEBUG_STATIC %} {% endif %} {% endblock extra_script %}