{% load format_date dictionary_extras %} {% with row|lexeme_table as table %} {% if 'lexeme' in paginer_obj.params.columns %} {{ table.lexeme }} {% endif %} {{ table.user.username }} {{ table.date|format_date }} {% include "lexeme_history_table.html" %} {% endwith %}