{% extends "base.html" %} {% block title %} Organizations {% endblock title %} {% block content %}

Organizations

RSS feed for organizations
{% if orgs %} {% else %}

No organizations found.

{% endif %} {{ orgs_data|safe }} {% endblock content %}