{% extends 'school/adminbase.html' %} {% load static %} {% block content %}
{%include 'school/admin_dashboard_cards.html'%}

Notice Board


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