{% extends "base.html" %} {% block content %}

Subcontractor Report

View, Filter, Edit and Delete Subcontractor Records
Report Filters
{% if tables %}
{{ abstract_html|safe }}
{% if has_data.tr %}
{% endif %}
{{ tables.tr|safe }}
{% if has_data.mh %}
{% endif %}
{{ tables.mh|safe }}
{% if has_data.dc %}
{% endif %}
{{ tables.dc|safe }}
{% if has_data.laying %}
{% endif %}
{{ tables.laying|safe }}
{% endif %}
{% endblock %}