{% extends 'student_management_app/studentbase.html' %} {% load static %} {% block content %}
{%include 'student_management_app/student_dashboard_cards.html'%}

Notice Board


{%for n in notice%}
× {{n.date}} || By : {{n.by}}
{{n.message}}
{%endfor%} {% endblock content %}