{{ naslov_emaila }} - {{ lead.company }}
Tvrtka: {{ lead.company }}
Adresa: {{ lead.city }}, {{ lead.country.name }}
Ime i prezime: {{ lead.first }} {{ lead.last }}
E-mail: {{ lead.email }}
Telefon: {{ lead.phone }}
Uvjeti korištenja: {% if lead.terms > 0 %}Da{% else %}Ne{% endif %}
Marketing: {% if lead.marketing > 0 %}Da{% else %}Ne{% endif %}
{% if lead.buyservice > 0 %}
Usluge: Kupnja SCREENZ proizvoda
{% endif %}
{% if lead.rentservice > 0 %}
Usluge: Najam SCREENZ proizvoda
{% endif %}
{% if lead.supportservice > 0 %}
Usluge: Podrška
{% endif %}
{% if lead.otherservice > 0 %}
Usluge: Ostalo
{% endif %}
{% if lead.pages is not empty %}
Proizvodi: {% for product in lead.pages %} {{ product.title }} {% endfor %}
{% endif %}
Poruka: {{ lead.message }}
{% if lead.video is not empty %}
Video: pogledaj video
{% endif %}
{% if slike is not empty %}
Slike:
{% endif %}
|