entries_list.html 337 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 {% 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> <th class="p-1">{% trans "Cz. mowy" %}</th> </tr> </thead> <tbody id="entries"> </tbody> </table>