{% extends 'admin/base_admin.html' %} {% block title %}Manage Events | APSS Admin{% endblock %} {% block admin_content %}
Manage activities, seminars, workshops and conferences.
| Title | Date | Category | Featured | Actions |
|---|---|---|---|---|
| {{ e.title }} | {{ e.event_date or '' }} | {{ e.category }} | {{ 'Yes' if e.is_featured else 'No' }} | Edit |