entries_list.html 281 Bytes
{% 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">Status</th>
        </tr>
    </thead>
    <tbody id="entries">
    </tbody>
</table>