Skip to content
Snippets Groups Projects
Select Git revision
  • e973e232d6da9ab72b7d295a8ae04abcb9029fa8
  • master default protected
  • vertical_relations
  • lu_without_semantic_frames
  • hierarchy
  • additional-unification-filters
  • v0.1.1
  • v0.1.0
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
17 results

unification_entries_list.html

Blame
  • user avatar
    dcz2 authored
    e973e232
    History
    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>