{{ render_partial("reusable/h2.html", text="Location management")}}
{% for country in countries %} {{ render_partial("admin/country.html", country=country) }} {% endfor %}