diff --git a/cloud/templates/cloud/cloud_main.html b/cloud/templates/cloud/cloud_main.html index 2475b3f..7eeb711 100644 --- a/cloud/templates/cloud/cloud_main.html +++ b/cloud/templates/cloud/cloud_main.html @@ -159,6 +159,8 @@ a.disabled { gespeichert.
+
- {% if agc.personname|length > 0 %}
- Ansprechpartner: {{agc.personname}}
+
| Firma | +Telefon | +Kategorie | + {% if user|usergperm:"moduleorganizer" %} +{% endif %} - {% if agc.mail|length > 0 %} - E-Mailadresse: {{agc.mail}} | |
|---|---|---|---|---|
| + {{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 %}
+
+ Bearbeiten
+
+ Löschen
+
+ |
+
| Firma | +Telefon | + + {% if user|usergperm:"moduleorganizer" %} ++ {% endif %} + | |
|---|---|---|---|
| + {{agc.company}} + | +
+ {% if agc.mail|length > 0 %}
+ {{agc.mail}} + {% endif %} + |
+ + {% if agc.phone1|length > 0 %} + {{agc.phone1}} + {% endif %} + | +
+ {% if user|usergperm:"moduleorganizer" %}
+
+
+
+
+
+ {% endif %}
+
+ Bearbeiten
+
+ Löschen
+
+ |
+