{% if client.type == 'Professionnel' and banner is defined %}
{% if client.image != null %}

{% endif %}
{% endif %}
| Nom : |
{{ client }} |
{% if client.rue is not empty %}
| Rue : |
{{ client.rue }} |
{% endif %}
{% if client.cp is not empty or client.ville is not empty %}
| Code Postale : |
{{ client.cp }} |
| Ville : |
{{ client.ville }} |
{% endif %}
{% if client.mail is not empty %}
| Mail : |
{{ client.mail }} |
{% endif %}
{% if client.type == 'Professionnel' %}
| Téléphone : |
{{ client.tel1 }} |
| SIRET : |
{{ client.SIRET }} |
| Heures restantes (souscriptions) : |
{{ client.getHeureRemaining() }} H |
{% else %}
| Téléphone 1: |
{{ client.telephone }} |
| Téléphone 2: |
{{ client.tel2 }} |
{% endif %}