{% extends 'admin/base_admin.html' %} {% block title %}Manage Publications | APSS Admin{% endblock %} {% block admin_content %}
Manage journals, reports, newsletters and papers.
| Title | Type | Year | Actions | |
|---|---|---|---|---|
| {{ p.title }} | {{ p.publication_type }} | {{ p.year or '' }} | {{ 'Yes' if p.file_path else 'No' }} | Edit |