1 2
{% load format_date %} {% for table in transaction_tables %}
3
<span>
4 5 6
{{ table.user.username }} {{ table.date|format_date }} </span>
7
{% include "lexeme_history_table.html" %}
8
{% endfor %}