{% extends "radpress/base.html" %} {% load trans from i18n %} {% load url from future %} {% load radpress_datetime radpress_full_name from radpress_tags %} {% block title %}{% trans "Mainpage" %}{% endblock %} {% block content %} {% for object in object_list %} {% include "radpress/partials/entry.html" with summary=1 %} {% empty %}
{% trans "There's no post for now." %}
{% endfor %} {% endblock %}