history_table.html 213 Bytes
{% load format_date %}
{% for table in transaction_tables %}
    <span>
        {{ table.user.username }}
        {{ table.date|format_date }}
    </span>
    {% include "lexeme_history_table.html" %}
{% endfor %}