{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}News{% endblock %} {% block content %}
{% button type="add" url="new_news_form" value="Publish new news" %}
{% endif %} {% endif %} {% if news %} {% if user.is_any_part_of_staff %}Click a news story title to publish an update or archive it.
{% endif %}Stories that were updated recently appear first.
{% endif %}You can also view archived news.
{{ story.original_content|safe|linebreaksbr }}
... show full story ...
{{ story.last_update_content|safe|linebreaksbr }}
{{ story.all_content|safe|linebreaksbr }}
{% endif %}