{% extends 'academy/admin_base.html' %} {% block title %}Portfolio Management{% endblock %} {% block extra_css %} {% endblock %} {% block admin_content %}
Creative Showcase
| Title | Student | Created | Actions |
|---|---|---|---|
|
{{ item.title }}
{% if item.description %}
{{ item.description|truncatewords:12 }}
{% endif %}
|
{{ item.student.full_name }} | {{ item.created_at|date:"d M Y" }} | Edit Delete |
|
🖼️
No portfolio items yetStudents haven’t added any portfolio work yet. |
|||