{% load i18n %} {% load url from future %}

{% if grids.count %}{% trans "Grids" %}{% else %}{% trans "No grids found" %}{% endif %}

{% if grids.count %}

{% trans "Click a grid to add your grid to it." %}

{% endif %} {% for grid in grids %}
{{ grid.title }}
{{ grid.description }}
{% endfor %}