JCP Wifi Migration 2026
APtool
{{ rows|length }} AP{{ 's' if rows|length != 1 else '' }} submitted
{% if rows %}
{% for row in rows %}
- Serial
- {{ row.serial_number }}
- MAC
- {{ row.mac_address }}
- Cable
- {{ row.cable_length }}
{% if row.photos %}
{% for p in row.photos %}
{{ p.label }}
{% if p.exists %}

{% else %}
No photo
{% endif %}
{% if p.exists %}
{% else %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% else %}
No APs submitted yet for this site.
{% endif %}