{% load counter_tag %}
| Firma | Telefon | Kategorie | {% if user|usergperm:"moduleorganizer" %}{% endif %} | |
|---|---|---|---|---|
| {{agc.company}} |
{% if agc.mail|length > 0 %}
{{agc.mail}} {% endif %} |
{% if agc.phone1|length > 0 %} {{agc.phone1}} {% endif %} | {% if agc.category != None%} {{agc.category}} {% endif%} | {% if user|usergperm:"moduleorganizer" %} {% endif %} |