An attempt to rebase leftypol software on vichan.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
534 B

<table class="announcements" id="announcements">
<thead>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</thead>
<tbody id="announcements-body">
{% for announcement in announcements %}
<tr>
<td class="announcement-date">{{ announcement.date_formated }}</td><td class="announcement-content">{{ announcement.text }}</td>
</tr>
{% endfor %}
</tbody>
<tfoot>
<tr>
<td colspan="2">
<span id="announcements-show-all">[<a href="/announcements.html" target="_blank">Show All</a>]</span>
</td>
</tr>
</tfoot>
</table>