{% extends "services/services_base.html" %} {% load bootstrap_tags %} {% load i18n %} {% load guardian_tags %} {% block title %}Import resources{% endblock %} {% block body %}
{{ importable|length }} {% 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 %}