{% extends "chrono/manager_base.html" %} {% load i18n %} {% block page-title-extra-label %} {% trans "Shared resources" %} {% endblock %} {% block breadcrumb %} {{ block.super }} {% url 'chrono-manager-resource-list' as object_list_url %} {% trans "Shared resources" %} {% include 'chrono/includes/application_breadcrumb_fragment.html' with title_no_application=_('Shared resources outside applications') %} {% endblock %} {% block appbar %} {% include 'chrono/includes/application_appbar_fragment.html' with title_no_application=_('Shared resources outside applications') title_object_list=_('Shared resources') %} {% endblock %} {% block content %} {% if object_list %}
{% elif not no_application %}
{% blocktrans trimmed %} This site doesn't have any resource yet. Click on the "New" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endblock %} {% block sidebar %} {% if not application and not no_application %} {% endif %} {% endblock %}