{% 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>