{% extends "base.html" %} {% block title %}{{ customer.username }} — Customer Portal{% endblock %} {% block content %}
{{ customer.email }}{% if customer.full_name %} · @{{ customer.username }}{% endif %}
A Customer Inspector sees only the contracts ticked here — with none ticked they see nothing at all. Inspectors are assigned whole contracts; there is no per-facility option for this role.
| Contract | Facility Scope | Assigned | |
|---|---|---|---|
| {{ a.project.name }} | {% if a.facility %} {{ a.facility.name }} {% else %} All facilities {% endif %} | {{ a.created_at.strftime('%Y-%m-%d') }} |
Each customer's enrollment form says which notifications their people want, so these can differ per person. Inherit follows the global Notification Matrix for {{ customer.role_label }}s — including any later change to it. Choose On or Off only where this account should differ.