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