{% extends "services/services_base.html" %} {% load static %} {% load bootstrap_tags %} {% load i18n %} {% load guardian_tags %} {% block title %}{% trans "Import resources" %}{% endblock %} {% block body %}
{% if errored_state %}{% trans "no" %}{% else %} {{ importable|length }}{% endif %} {% trans "resources can be imported" %} {% if service_handler.is_cascaded and resources %} {% trans "- These will be cascaded through your local geoserver instance" %} {% endif %}
{% trans "All resources have already been imported" %}
{% endif %}