Superleksykograf <inputid="super"name="super"type="checkbox"title="{% trans 'Notatka widoczna dla superleksykografa' %}"/>
{% if is_superlexicograf %}
Użytkownik
{% else %}
Superleksykograf
{% endif %}
<inputid="super"name="super"type="checkbox"title="{% if is_superlexicograf %} {% trans 'Notatka widoczna dla użytkownika' %} {% else %} {% trans 'Notatka widoczna dla superleksykografa' %} {% endif %}"/>
<inputid="title"name="title"class="form-control mb-2"placeholder="{% trans 'Tytuł notatki' %}"/>
<textareaid="note"name="note"class="form-control"placeholder="{% trans 'Treść notatki' %}"></textarea>