{% load i18n %} {% if render %} {% if outer_tag %}<{{outer_tag|default:"div"}} class="combo-placeholder combo-placeholder--{{ placeholder.key }}">{% endif %} {% if placeholder_options.fx_grid_layout %}
{% endif %} {% if render_skeleton %} {{ skeleton }} {% endif %} {% for cell in cells %}
{% render_cell cell %}
{% if cell.include_pagination %} {% include "combo/pagination.html" with paginate_by=cell.limit data_cell_reference=cell.get_reference %} {% endif %} {% endfor %} {% if placeholder_options.fx_grid_layout %}
{% endif %} {% if outer_tag %}{% endif %} {% endif %}