{% extends 'website/backoffice/base.html' %} {% load url from future %} {% load spurl %} {% block bodyclass %}list{% endblock %} {% block content %}
{% if button %} {{ button.text }} {% endif %} {% if search %} {% if donation_unconfirmed %}
Search
Filter by registration date
Start Date End Date
{% else %}
{% endif %} {% endif %}
{% csrf_token %} {{ formset.management_form }} {% for column in table.columns %} {% endfor %} {% block table_content %} {% for row in table.rows.page %} {% for value in row %} {% endfor %} {% endfor %} {% endblock %}
{% if column.sortable %} {% endif %} {{ column }} {% if column.sortable %} {% endif %} {% if column.is_ordered %} {% if column.is_ordered_straight %}
{% else %}
{% endif %} {% endif %}
Ganti Status
{% if forloop.counter == 1 %} {{ value }} {% else %} {% if value %} {{ value }} {% else %} – {% endif %} {% endif %} {{ form.next }}

{% if table.paginator.num_pages > 1 %} {% endif %} {% endblock %} {% block script %} {% endblock %}