{%extends 'explohyperfiction_base.html'%} {%block left%} {%endblock%} {%block main%} {%if notices%} {%for n in notices%}
{{n.date}}
{{n.message}}

Delete
{%endfor%} {%else%}

No notices

{%endif%} {%endblock%}