{% extends 'blog/base.html' %}{% load i18n wagtailcore_tags %} {% block title %}{{ block.super }} | {{ category.title }}{% endblock %} {% block content %} {% include 'blog/components/breadcrumbs.html' %} {{ category.title }} {{ category.description }} {{ category.content }} {% for article in category.get_ordered_children.specific %} {% include 'blog/components/article.html' %} {% empty %} {% trans 'No articles' %} {% trans 'There is no articles in this category.' %} {% endfor %} {% include 'blog/components/pagination.html' %} {% endblock %}
{{ category.description }}
{% trans 'There is no articles in this category.' %}