{% extends 'base.html' %} {% load static %} {% block title %}Widget's Announcement Board{% endblock %} {% block heading %}
Announcements:
{% for a in announcements|slice:"::-1" %}
{{a.title}} by {{ a.author.first_name }} {{ a.author.last_name }}
{% endfor %}