{% set field_title_template = 'banking/transactions_table/transaction_field_titles.html' %} {% set condensed_row_content_template = 'banking/transactions_table/condensed_row_content.html' %} {% set expanded_row_content_template = 'banking/transactions_table/expanded_row_content.html' %} {% set update_transaction_function = 'banking.update_transaction' %} {% set delete_transaction_function = 'banking.delete_transaction' %} {% include 'common/transactions_table/transactions.html' %}