{% extends "base_two_columns.html" %} {% load i18n utility_tags crispy_forms_tags %} {% block sidebar %} {% crispy form %} {% endblock %} {% block content %}
{% for bulletin in object_list %}

{{ bulletin.title }}

{% endfor %}
RSS Feed {% endblock %}