{% 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 %}
{% endblock content %} {% block modal %} {% include 'construction/partials/expense_update_modal.html' %} {% endblock %} {% block third_party %} {% get_expense_category_list as EXPENSE_CATEGORY_LIST %} {% include "base/load_datatable.html" %} {% endblock third_party %}