{# Table structure for locality point metadata #}

Locality Points

    {% for point in locality_points.values() %}
  1. {{point.name}} - {{ point.locality_type_code }}{% if point.map_face_note is not none %} ({{ point.map_face_note }}){% endif %}
  2. {% endfor %}