{% load app_buttons %}
{% for app in apps %} {% if not forloop.counter|divisibleby:2 %} {% app_button app forloop.counter %} {% endif %} {% endfor %}