{% extends 'base.html' %} {% load static %} {% block title %}Messages — Parent Portal{% endblock %} {% block content %}

Messages

Messages from the school

Dashboard
{% for msg in messages %} {% empty %} {% endfor %}
TypePreviewDate
{{ msg.get_message_type_display }} {{ msg.message|truncatechars:80 }} {{ msg.sent_time|date:"d M Y H:i"|default:"Draft" }}
No messages from the school yet.
{% endblock %}