7 lines
233 B
HTML
7 lines
233 B
HTML
<script src="{{ config.additional_javascript_url }}js/mod/recent_posts.js"></script>
|
|
{% if posts|count %}
|
|
<p style="text-align:center" class="unimportant">({% trans 'There are no active posts.' %})</p>
|
|
{% else %}
|
|
|
|
{% endif %}
|