Skip to content
Extraits de code Groupes Projets
Valider 5cc5955f rédigé par Nicolas Joyard's avatar Nicolas Joyard
Parcourir les fichiers

Adjust margins

parent 4a62edac
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -59,24 +59,25 @@
= site.url|website_link
.row
%h2 Contact information
%table.table.table-condensed.detail-view
- for email in representative.email_set.all
%tr
%th E-mail
%td
= email.email|email_link
.col-md-12
%h2 Contact information
%table.table.table-condensed.detail-view
- for email in representative.email_set.all
%tr
%th E-mail
%td
= email.email|email_link
- if representative.phone_set.all|length > 0
%tr
%th Phone numbers
%td
- for phone in representative.phone_set.all
.phone {{ phone.number }}
- if representative.phone_set.all|length > 0
%tr
%th Phone numbers
%td
- for phone in representative.phone_set.all
.phone {{ phone.number }}
- for address in representative.address_set.all
%tr
%th
= address.name
%td
- include 'representatives/_address_block.html' with address=address
\ No newline at end of file
- for address in representative.address_set.all
%tr
%th
= address.name
%td
- include 'representatives/_address_block.html' with address=address
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter