corpusslayer/templates/forms/listitem_corpus_document.html

12 lines
180 B
HTML

{% load i18n %}
<strong>
{{ item.title }}:
</strong>
<span>
{{ item.text|length }} {% trans "chars" %}
</span>
<br>
<span class="text-muted">
{{ item.source }}
</span>