{% extends "construction/base.html" %} {% load static i18n humanize base_tag construction_tag %} {% block topbar %} {% include 'construction/partials/topbar_only_title.html' %} {% endblock topbar %} {% block page_title %}
{% csrf_token %}

{{page_title}}

{% endblock page_title %} {% block content %}
{% for expense in multi_expenses %} {% endfor %}
Date Work Hours Payment (cent)
Paid
{{expense.date|date:"n / j D"}}
{% endblock content %} {% block third_party %} {% include "base/load_datatable.html" %} {% endblock third_party %}