{% extends 'blog/base.html' %}{% load i18n wagtailcore_tags %} {% block content %} {% include 'blog/components/breadcrumbs.html' %} {{ index.title }} {{ index.content }} {% trans 'Latest articles' %} {% for article in articles %} {% include 'blog/components/article.html' %} {% empty %} {% trans 'No articles' %} {% trans 'There is no articles.' %} {% endfor %} {% trans 'Categories' %} {% for page in index.get_children.specific %} {% trans 'Read' %} {{ page.title }} {{ page.description }} {% empty %} {% trans 'No categories' %} {% trans 'There is no category.' %} {% endfor %} {% endblock %}
{% trans 'There is no articles.' %}
{{ page.description }}
{% trans 'There is no category.' %}