{% trans "Announcements" %}
{% for post in posts %}
{{ post.published|date:"M" }} {{ post.published|date:"d" }}
{{ post.published|date:"Y" }}
{{ post.title }}
{% blocktrans with author=post.author.get_full_name %}by
{% endblocktrans %}{% trans "No announcements have been published." %}
{% endfor %}
{% box "homepage-about" %}