{% extends "base_template.html" %} {% block title %}Projects{% endblock %} {% block content %}
Manage projects and their status.
|
{% if p.image %}
|
{{ p.title }}
{% if p.acronym %}({{ p.acronym }}){% endif %}
{% if not p.published %}draft{% endif %}
{{ p.programme or p.funding_agency }}{% if p.summary %} ยท {{ p.summary | truncate(80) }}{% endif %}
|
Edit |