other_stats.html
373 Bytes
{% if stats %}
<strong>Statystyki dodatkowe wyliczone dla haseł o statusie wyższym niż "gotowe" (ostatnia aktualizacja: {{ stats.0.date|date:"d M Y" }}):</strong>
<table class='VocabTable' id='other-stats-table'>
{% for stat in stats %}
<tr>
<td class='RowHeader'>{{ stat.label }}</td>
<td>{{ stat.value }}</td>
</tr>
{% endfor %}
</table>
{% endif %}