{% extends 'dashboard.html' %} {% load render_table from django_tables2 %} {% load bootstrap4 %} {% block dashboard-body %}

Online Payment History (SSLCommerz)

{% if filter %}
{% bootstrap_form filter.form layout='inline' %} {% bootstrap_button 'filter' %}
{% endif %}
{% render_table table 'django_tables2/bootstrap.html' %}
{% endblock %}