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