{% extends "base_template.html" %} {% block title %}Partners{% endblock %} {% block content %}
Collaborating organisations shown on the homepage strip.
| Logo | Name | Active | Order | Actions |
|---|---|---|---|---|
|
{% if p.logo_url %}
|
{{ p.name or '(unnamed)' }} {% if p.link %}{% endif %} | {% if p.active %} Active {% else %} Hidden {% endif %} | {{ p.order }} | Edit |
| No partners yet. Add your first collaborating organisation. | ||||