{% load i18n %} {% block cell-form %}
{% csrf_token %} {% if form %}
{% block cell-form-content %} {% include cell.manager_form_template %} {% endblock %}
{% else %}

{% trans "There are no options for this cell." %}

{% endif %} {% endblock %}
{% block cell-buttons %} {% trans 'Delete' %} | {% trans 'Visibility' %} | {% trans 'Options' %} | {% trans 'Close' %} {% if form %} {% endif %} {% endblock %}