{% load dictionary_extras i18n %}

{{ lexeme.entry }} {{ lexeme|attribute:"zwrotność" }} {% if lexeme.pronunciation %} [{{ lexeme.pronunciation|safe }}] {% endif %} {% if lexeme.gloss and lexeme.part_of_speech.symbol != 'skrs' %} {{ lexeme.gloss|safe }} {% endif %}

{{ part_of_speech }} {% if lexeme.part_of_speech.symbol == 'v' %} {{ lexeme|attribute:"właściwy" }} {{ lexeme|attribute:"przechodniość" }} {% endif %} {% if lexeme.part_of_speech.symbol == 'skrs' %} {{ lexeme.gloss|safe }} {% endif %} {{ info.qualifiers|join:" " }} {% if info.commonness %} {% trans 'n. wł.' %} {{ info.commonness|join:", " }} {% endif %} {% if lexeme.note %} ◊ {{ lexeme.note|sgjp_markup }} {% endif %} {{ lexeme.valence|sgjp_markup }} {{ info.SJPDor|yesno:"[SJPDor.]," }}

{% if lexeme.part_of_speech.lexical_class_id == 'subst' %} {{ lexeme.lip_data.genders }} {% endif %} {{ lexeme|attribute:"aspekt" }} {% if tables|length == 1 %} {% if pattern_list|length == 1 %} {{ pattern_list.0.name }} {% else %} {% for p in pattern_list %} {{ p.name }} {% if not forloop.last %}/{% endif %} {% endfor %} {% endif %} {% endif %}

{% for gender, patterns, pronunciations, gender_qualifiers, table in tables %}
{% if lexeme|attribute:"rozwinięcie" %} {% include "abbreviation_table.html" %} {% else %} {% include "inflection_table.html" %} {% endif %}
{% endfor %}
{% if cross_references %} {% for desc, crs in cross_references %} {% endfor %}
{% trans 'Odsyłacze' %}
{{ desc }} {% for cr in crs %} {{ cr.to_lexeme.entry }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% if lexeme.extended_note %}

{{ lexeme.extended_note|sgjp_markup }}

{% endif %}