{% extends "combo/cell_form.html" %} {% load i18n %} {% block cell-form %} {{ block.super }} {% if card_schema %} {{ card_schema|json_script:card_schema_id }} {# UI to customize content layout #}
{% trans "Grid Layout:" %} {% trans "Automatic" %} {% trans "Edit" %}
{# templates for JS #} {% endif %} {# display/hide custom_title field #} {% endblock %}