lexeme_history_item.html 360 Bytes
{% load format_date dictionary_extras %}
{% with row|lexeme_table as table %}
    <span>
        {% if 'lexeme' in paginer_obj.params.columns %}
            <strong>{{ table.lexeme }}</strong>
        {% endif %}
            {{ table.user.username }}
        {{ table.date|format_date }}
    </span>
    {% include "lexeme_history_table.html" %}
{% endwith %}