pattern_table.html 214 Bytes
{% load format_date %}
{% for table in transaction_tables %}
    <span>
        {{ table.user.username }}
        {{ table.date|format_date }}
    </span>
    {% include "pattern_history_table.html" %}
{% endfor %}