{% extends "base_template.html" %} {% block title %}Partners{% endblock %} {% block content %}

Partners

Collaborating organisations shown on the homepage strip.

+ Add partner
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{% for p in partners %} {% else %} {% endfor %}
Logo Name Active Order Actions
{% if p.logo_url %} {% else %} {{ (p.name[:1] | upper) or '?' }} {% endif %} {{ 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.
{% endblock %}