{% extends "base.html" %} {% block title %}Contract Assignments — {{ user.display_name }}{% endblock %} {% block content %}

Contract Assignments

Inspector {{ user.display_name }} can only access facilities belonging to the contracts ticked below.

Back to Users
Active Contracts
{{ assigned_pids|length }} assigned
{% if projects %}
{% for project in projects %} {% endfor %}
{% else %}
No active contracts exist. Create a contract first.
{% endif %}
{% if projects %}
Cancel
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}