{% if status=='add' %} 添加知识笔记 {% elif status=='edit' %} 编辑知识笔记 {% endif %}

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% endwith %}
基本信息
{% if status=='add' %} {% elif status=='edit' and knowledgenote %} {% endif %}
{% if status =='edit' and knowledgenote and knowledgenote[6] %} {% endif %}
笔记内容
附件信息
返回列表