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

Subcontractor Report

View, Filter, Edit and Delete Subcontractor Records
Report Filters
{% if tables %} {% set show_all = (not selected_category) or selected_category == 'all' %}
{{ abstract_html|safe }}
{% if show_all or selected_category == 'tr' %}
{{ tables.tr|safe }}
{% endif %} {% if show_all or selected_category == 'mh' %}
{{ tables.mh|safe }}
{% endif %} {% if show_all or selected_category == 'dc' %}
{{ tables.dc|safe }}
{% endif %} {% if show_all or selected_category == 'laying' %}
{{ tables.laying|safe }}
{% endif %}
{% endif %}
{% endblock %}