{% extends "base.html" %} {% block content %}
{% for org in organization_list|dictsort:'id' %} {% endfor %}
{{ org.name }}
{% endblock %}