{% load wagtailcore_tags wagtailimages_tags %} {% load static %}
{% if bloco_rps.title %}

{{ bloco_rps.title }}

{% endif %} {% if bloco_rps.description %}

{{ bloco_rps.description }}

{% endif %}
{% if edicoes %}

Edições anteriores:

{% for item in edicoes|slice:":12" %}
{% if item.coverImageUrl.pt_BR %} {{ item.coverImageUrl.pt_BR }} {% else %} {{ item.identification }} {% endif %}
{{ item.identification }}
{{ item.datePublished|date:"F \\d\\e Y" }}
{% endfor %}
{% endif %}