{% load format_date dictionary_extras %} {% with row|pattern_table as table %} {% if 'pattern' in paginer_obj.params.columns %} {{ table.pattern.name }} {% endif %} {{ table.user.username }} {{ table.date|format_date }} {% include "pattern_history_table.html" %} {% endwith %}