1 {%extends
"base/page.html"%}
3 {%block title%}News Archive{%if tag%} - {{tag.name}}{%endif%}{%endblock%}
5 <h1>News Archive{%if tag%} - {{tag.name}}{%endif%}
<i class=
"far fa-newspaper"></i></h1>
8 {%for t in newstags%}
<span class=
"newstag"><a class=
"btn btn-primary" href=
"/about/newsarchive/{{t.urlname}}/">{{t.name}}
</a></span> {%endfor%}
12 <h2 class=
"news"><a href=
"/about/news/{{obj.id}}/">{{obj.title}}
</a></h2>
13 <div class=
"newsdate">Posted on
<strong>{{obj.displaydate}}
</strong>{% if obj.org.name != '_migrated' %} by {{ obj.org.name }}{% endif %}
</div>
14 {{obj.content|markdown:
"safe"|striptags|truncatewords:
20}}
15 <p><a href=
"/about/news/{{obj.id}}/">Read more...
</a></p>
17 <p><a href=
"/account/news/new/">Submit news
</a></p>