{% extends 'school/teacherbase.html' %} {% load static %} {% block content %}
{%include 'school/teacher_dashboard_cards.html'%}

Notice Board


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