{% extends 'base.html' %} {% block title %}Cities{% endblock %} {% block topbar_title %}City Management{% endblock %} {% block content %}

🏙️ Cities

The canonical city list operators pick from when creating routes.

{% csrf_token %}
{% for c in cities %} {% empty %} {% endfor %}
IDCityAction
{{ c.id }} {{ c.city_name }}
{% csrf_token %}
No cities yet.
{% endblock %}