{% extends "chrono/manager_base.html" %} {% load i18n %} {% block page-title-extra-label %} {% trans "Resources" %} {% endblock %} {% block breadcrumb %} {{ block.super }} {% url 'chrono-manager-resource-list' as object_list_url %} {% trans "Resources" %} {% include 'chrono/includes/application_breadcrumb_fragment.html' with title_no_application=_('Resources outside applications') %} {% endblock %} {% block appbar %} {% include 'chrono/includes/application_appbar_fragment.html' with title_no_application=_('Resources outside applications') title_object_list=_('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 %}