{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar %}{% endblock %} {% block content %} {% if formdef.documentation %}
{{ formdef.documentation|safe }}
{% endif %}
{% if not snapshots_diff and not is_carddef %} {% endif %} {% if custom_views %} {% endif %} {% if deprecations.report_lines %} {% endif %}
  • {% trans "Title" %}{% trans ":" %} {{ formdef.name|default:"-" }}
  • {% trans "Description" %}{% trans ":" %} {{ formdef.description|default:"-"|safe }}
  • {% trans "Keywords" %}{% trans ":" %} {{ formdef.keywords|default:"-" }}
  • {% trans "Category" %}{% trans ":" %} {% if formdef.category %}{{ formdef.category.name }}{% else %}-{% endif %}
{% if not snapshots_diff and not is_carddef %} {% endif %} {% if deprecations %} {% endif %}
{% endblock %} {% block sidebar-content %} {{ view.snapshot_info_inspect_block|safe }} {% endblock %}