Comitup Access Point Selection
Select an access point.
{% for point in points %}
{% if point.security == 'encrypted' %}
{% else %}
{% endif %}
{{ point.ssid }}
{% endfor %}