leftypol/templates/mod/recent_posts.html
2014-03-25 12:09:12 +01:00

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 %}