{% extends "base/module_base.html" %} {% set active_page = info['display_string']+' dashboard' %} {% block pagehead %} {% endblock %} {% block sidebar %} {%include info['module_name']+'/blocks/sidebar.html'%} {%endblock%} {% block content %}
{%for announce in announcements%}
{{announce.title}} | {{announce.created_date.strftime("%m/%d/%Y, %H:%M:%S")}}
{{announce.content | safe}}
{%endfor%}
{% endblock %}