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

{% trans 'Cell layouts' %}

{% trans 'New layout' %} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Content cell layouts' %} {% endblock %} {% block content %} {% if object_list %} {% else %}
{% blocktrans trimmed %} This site doesn't have any layout yet. Click on the "New layout" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endblock %}