2014-10-20 17:17:19 +02:00
|
|
|
<div class="post_modified">
|
|
|
|
{% if post.edited_at %}
|
|
|
|
<div class="content-status edited">{% trans 'Post last edited at' %} <em class="edited-time">{{ post.edited_at }}</em></div>
|
|
|
|
{% endif %}
|
2014-10-23 06:01:38 +02:00
|
|
|
{% if post.clean.clean_local == '1' %}
|
2014-10-20 17:17:19 +02:00
|
|
|
<div class="content-status clean-local">{% trans 'Board rules permit this content' %}</div>
|
|
|
|
{% endif %}
|
2014-10-23 06:01:38 +02:00
|
|
|
{% if post.clean.clean_global == '1' %}
|
2014-10-20 17:17:19 +02:00
|
|
|
<div class="content-status clean-global">{% trans 'Global rules permit this content' %}</div>
|
|
|
|
{% endif %}
|
2014-10-23 06:01:38 +02:00
|
|
|
</div>
|