{% load format_date %} {% for table in transaction_tables %} {{ table.user.username }} {{ table.date|format_date }} {% include "lexeme_history_table.html" %} {% endfor %}