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

Organisations


New Organisation {% for organisation in organisation_list.all %} {% empty %} {% endfor %}
Name
{{ organisation }} Details {% if organisation.pk in existing_relationships %} Update Relationship {% else %} New Relationship {% endif %}
No records
{% endblock %}