{% extends "glarus_blog/base.html" %} {% load i18n thumbnail %}{% spaceless %} {% block canonical_url %}{% endblock canonical_url %} {% block content_blog %} {% block blog_title %} {% endblock %} {% for post in post_list %} {% include "glarus_blog/includes/blog_item.html" with post=post image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %} {% empty %} {% trans "No article found." %} {% endfor %} {% if author or archive_date or tagged_entries %} {% trans "Back" %} {% endif %} {% if is_paginated %} {% if page_obj.has_previous %} « {% trans "previous" %} {% endif %} {% trans "Page" %} {{ page_obj.number }} {% trans "of" %} {{ paginator.num_pages }} {% if page_obj.has_next %} {% trans "next" %} » {% endif %} {% endif %} {% endblock %} {% endspaceless %}
{% trans "No article found." %}
{% trans "Back" %}