entries_list.html 281 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 {% 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>