Select Git revision
unification_entries_list.html
unification_entries_list.html 589 B
{% load i18n %}
<table id="entries-table" class="table table-sm table-hover text-dark">
<thead>
<tr>
<th class="p-1">{% trans "Lemat" %}</th>
<th class="p-1">{% trans "Część mowy" %}</th>
<th class="p-1">{% trans "Do pobrania" %}</th>
{% if perms.users.view_assignment %}
<th class="p-1">{% trans "Semantyk" %}</th>
{% else %}
<th class="p-1">{% trans "Moje (w opracowaniu)" %}</th>
{% endif %}
</tr>
</thead>
<tbody id="entries">
</tbody>
</table>