{% extends "combo/layouts/manager_home.html" %} {% load gadjo i18n static %} {% block extrascripts %} {{ block.super }} {% endblock %} {% block manager-layout-page-title %}{% trans 'Cell layout' %} - {{ object.title }}{% endblock %} {% block appbar %}

{{ object.title }}

{% trans "Delete" %} {% trans "Rename" %} {% endblock %} {% block breadcrumb %} {{ block.super }} {{ object.title }} {% endblock %} {% block content %}

{{ object.data_source.provider.title }} / {{ object.data_source.label }}

{% include "combo/layouts/manager_layout_view_layout_fragment.html" %}
{% if pages %}

{% blocktrans trimmed count counter=pages|length %} This layout is in use on the following page: {% plural %} This layout is in use on the following pages: {% endblocktrans %}

{% else %}

{% trans "This layout is not yet used." %}

{% endif %}
{% endblock %}