{% extends 'base.html' %} {% block content %}

Organisations


New Organisation {% with config.ORGANISATION_LIST_HELP as help_text %} {% if help_text %}
{{ help_text|linebreaks }}
{% endif %} {% endwith %} {% for country, organisations in orgs_by_country.items %} {% for organisation in organisations %} {% endfor %} {% endfor %}
{{ country }}
{{ organisation }} Profile {% if organisation.pk in existing_relationships %} Update Relationship {% else %} Add Relationship {% endif %}
{% endblock %}