<%= locals.Title %>
<%
var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };
var date = new Date(Presented);
%>
<%= locals.Name %> <%= date.toLocaleDateString("id-ID", options) %>
<%= Description %>
File Materi :
-
<% for(var i=0; i
- <%= Attachments.data[i].attributes.name %> <% } %>
Peserta : <%= participants.data.length %> peserta
No | Name | Company | Division | |
---|---|---|---|---|
<%= i+1 %> | <%= participants.data[i].attributes.Name %> | <%= participants.data[i].attributes.Company %> | <%= participants.data[i].attributes.Division %> | <%= participants.data[i].attributes.Email %> |
Kegiatan : <%= Images.data?Images.data.length:0 %> gambar
<% for(var i=0; i<(Images.data?Images.data.length:0); i++) {%>
<% } %>