mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-14 10:57:38 +01:00
13 lines
439 B
HTML
13 lines
439 B
HTML
<div class="ban">
|
|
{% for telegram in telegrams %}
|
|
<div style="padding: 10px;">
|
|
<cite><time datetime="{{ telegram.created_at|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time></cite>
|
|
<p>{{ telegram.message }}</p>
|
|
</div>
|
|
<hr>
|
|
{% endfor %}
|
|
<div style="padding:20px;text-align:center;">
|
|
<a href="{{ redirect }}">{%trans 'Return' %}</a>
|
|
</div>
|
|
</div>
|