{% if not zero %} {% include "diacritics.html" %} {% endif %} {% if not sense.mysense %}
{% endif %} {% if not zero %} {% endif %}
Ознака
Граматика:

{% for x in sense.grammars %}
X
{% endfor %}
Терминологија:
{% for x in sense.domains %} {% if x != ''%}
X
{% endif %} {% endfor %}
Квалификатори:
{% for x in sense.qualifiers %} {% if x != ''%}
X
{% endif %} {% endfor %}
Дефиниције:
{% for x in sense.definitions %} {% if x.text != ''%}
X
{% endif %} {% endfor %}
Примери:
{% for x in sense.examples %} {% if x.text != ''%}
X
{% endif %} {% endfor %}
Повезано:
{% for x in sense.connected %} {% if x.head != ''%}
{{x.head}} ⇗ X
{% endif %} {% endfor %}
{% if not sense.mysense %}
{% endif %}