{% extends "admin/base.html" %} {% block title %}Projects{% endblock %} {% block content %}
Manage sponsored and consultancy projects
| Title | Sponsor | Amount | Duration | Status | Actions |
|---|---|---|---|---|---|
| {{ project.title[:60] }}{% if project.title|length > 60 %}...{% endif %} | {{ project.sponsor or '-' }} | {{ project.amount or '-' }} | {{ project.start_date or '?' }} - {{ project.end_date or '?' }} | {% if project.is_ongoing %}Ongoing{% else %}Completed{% endif %} | |
| No projects yet | |||||