From 1511b5deca1abca41a39b822ccc2eeabb0837c47 Mon Sep 17 00:00:00 2001
From: igorkorenfeld
- {{ title }}
-
- Conatct {{forloop.counter}}
-
-
- {% for item in value %}
-
{{ value | first }}
- {% else %} -- {{ value }} -
- {% endif %} - ++ {{ title }} +
+ {% if address %} + {% include "includes/organization_address.html" with organization=value %} + {% elif contact %} + {% if list %} + {% if value|length == 1 %} + {% include "includes/contact.html" with contact=value|first %} + {% else %} ++ Conatct {{forloop.counter}} +
+ {% include "includes/contact.html" with contact=item %}{{ value | first }}
+ {% else %} +{{ user.email }} ({{ value.first.role }})
+ {% else %} ++ {{ value }} +
+ {% endif %} +