{% extends "_base.html" %} {% load i18n %} {% block content %} {% load static %}
{% translate "Name" %} | {% translate "Members" %} | {% translate "Maintained contents" %} | {% translate "Logo" %} | {% translate "Website" %} | {% translate "Options" %} | |
---|---|---|---|---|---|---|
{% if is_archive %} {% if search_query %} {% translate "No archived organizations found with these filters." %} {% else %} {% translate "No archived organizations." %} {% endif %} {% else %} {% if search_query %} {% translate "No organizations found with these filters." %} {% else %} {% translate "No organizations available yet." %} {% endif %} {% endif %} |