pattern_history_item.html 369 Bytes
{% load format_date dictionary_extras %}
{% with row|pattern_table as table %}
    <span>
        {% if 'pattern' in paginer_obj.params.columns %}
            <strong>{{ table.pattern.name }}</strong>
        {% endif %}
            {{ table.user.username }}
        {{ table.date|format_date }}
    </span>
    {% include "pattern_history_table.html" %}
{% endwith %}