{{ title }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

您可以直接点击下方的中文文本进行编辑,长文本支持粗体、列表等格式 (所见即所得)。 编辑完成后请点击“保存所有更改”。

{% for key, translations in TRANSLATIONS.items() %} {% set content = translations['zh'] if 'zh' in translations else '' %} {% set field_id = key + '_zh' %}

字段名: {{ key }}

{% if key not in S_KEYS %} {# 长文本: 显示工具栏 #}
{% endif %}
{% if content|length > 0 %}{{ content|safe }}{% else %}点击此处输入中文内容{% endif %}
{# 隐藏字段,用于提交实际内容 #}
{% endfor %}