{% load i18n %}
{% if form %}
{{form}}
{% endif %} {% if with_top_navigation %} {% include 'gentelella/blocks/squirrelly_pagination.html' %} {% endif %}
{% block listarea %} <% @each(it.data) => element %>
<% @if(element.image != undefined) %> <% /if %>
<% element.title %>
<% element.body %>
{% if with_actions %} {% endif %}
<% /each %> {% endblock %}
{% include 'gentelella/blocks/squirrelly_pagination.html' %}