leftypol_vichan/templates/important.html

13 lines
439 B
HTML
Raw Normal View History

2021-03-12 20:51:42 +00:00
<div class="ban">
{% for telegram in telegrams %}
<div style="padding: 10px;">
2021-03-12 20:54:31 +00:00
<cite><time datetime="{{ telegram.created_at|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time></cite>
2021-03-12 20:51:42 +00:00
<p>{{ telegram.message }}</p>
</div>
<hr>
{% endfor %}
<div style="padding:20px;text-align:center;">
<a href="{{ redirect }}">{%trans 'Return' %}</a>
</div>
</div>