{% load static %} 增加條目 {% if is_saved == True %}
[X]
儲存成功!
{% endif %}

線上愛爾蘭語—華語辭典

增加項目與解釋

{% block content %}
{% csrf_token %}

項目

{% for field in entry_form %} {{field.label_tag}} {{field}}
{% endfor %}

解釋

{% for field in meaning_form %} {{field.label_tag}} {{field}}
{% endfor %}
{% endblock %}

詞條一覽

{% for entry in entry_list%} {% endfor %}
id 愛爾蘭語
Gaeilge
發音
Pronoun
詞性
PoS
前註
PreScript
後註
PostScript
編輯
{{entry.id}} {{entry.Gaeilge}} {% if entry.Pronoun != None %}{{entry.Pronoun}}{% endif %} {% if entry.PoS != None %}{{entry.PoS}}{% endif %} {% if entry.PreScript != None %}{{entry.PreScript}}{% endif %} {% if entry.PostScript != None %}{{entry.PostScript}}{% endif %} 編輯 刪除