{% extends 'academy/admin_base.html' %} {% block title %}Portfolio Management{% endblock %} {% block extra_css %} {% endblock %} {% block admin_content %}
🎨 All Portfolio Items
{% for item in items %} {% empty %} {% endfor %}
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 yet

Students haven’t added any portfolio work yet.

Total Items

{{ items|length }}

Featured

8

This Month

14

{% endblock %}