| Hasło: |
{{lemma.entry}} |
| Właściciel: |
{% if lemma.owner %}
{{lemma.owner.username}}
{% else %}
brak
{% endif %}
|
| Frazeolog: |
{% if lemma.phraseologist %}
{{lemma.phraseologist.username}}
{% else %}
brak
{% endif %}
|
| Semantyk: |
{% if lemma.semanticist %}
{{lemma.semanticist.username}}
{% else %}
brak
{% endif %}
|
| Słownik: |
{{lemma.vocabulary.name}} |
| Status: |
{{lemma.status.status}} |
| Część mowy: |
{{pos.name}} |
{% if abort_status %}
{% endif %}
{% for next_status in next_statuses %}
{% endfor %}
{% if perms.dictionary.view_status_changes and status_changes %}
| Czas zmiany: |
Docelowy status: |
Osoba dokonująca zmiany: |
{% for change in status_changes %}
| {{ change.date }} |
{{ change.status.status }} |
{{ change.changer.username }} |
{% endfor %}
{% endif %}