- Début
- <%- new Date(data.row.doc.start) %>
- Fin
- <%- new Date(data.row.doc.end) %>
- Durée
- <%- data.row.doc.duration %>
<% if (data.row.doc.location) { %>
<% if (data.row.doc.location.given && data.row.doc.location.given !== data.row.doc.location.city) { %>
- Lieu
- <%- data.row.doc.location.given %>
<% } %>
<% if (data.row.doc.location.city) { %>
- Ville
- <%- data.row.doc.location.city %>
<% } %>
<% } %>
<%= data.row.doc.html %>