{% extends "admin/base.html" %} {% block title %}{% if entity %}Edit{% else %}New{% endif %} {{ content_type.label }} - Focomy{% endblock %} {% block header_title %}{% if entity %}Edit{% else %}New{% endif %} {{ content_type.label }}{% endblock %} {# フィールドレンダリングマクロ #} {% macro render_field(field, entity) %}
Leave empty to keep current password
{% endif %} {% elif field.type == 'slug' %}URL-friendly identifier (lowercase letters, numbers, hyphens)
{% elif field.type == 'textarea' or field.type == 'richtext' %} {% elif field.type == 'blocks' %}JSON format
{% endif %} {% else %} {% endif %} {% if field.hint %}{{ field.hint }}
{% endif %} {% if field.description and field.type != 'boolean' %}{{ field.description }}
{% endif %}