{% extends "pdf/base.html" %} {% load i18n %} {% block extra_head %} {% endblock %} {% block content %}
{% for c in contacts %} {% if forloop.counter0 == 0 %}
 
{% endif %} {% if forloop.counter0 == 0 or forloop.counter0|divisibleby:2 %}
{% endif %}
{% block cell_content %}{% include "pdf/_contact_address.html" %}{% endblock %}
{% if forloop.counter|divisibleby:2 %}
{% endif %} {% if forloop.counter|divisibleby:16 %}
 
{% endif %} {% endfor %}
{% endblock %}