<% inherits('main') %>

<%= title %>

<% if (resource.type) { %>

type: <%= type.name %>

<% } %>

See all objects.

<% if (resource.description) { %>

<%= description %>

<% } %> <% if (resource.participants) { %>

Participants

<% participants.forEach(function (participant) { %>
<%= participant.role_name %>
<%= participant.person_name %>
<% }) %>
<% } %> <% if (resource.department) { %>

Department

<%= department.name %>

<% } %> <% if (resource.images && resource.images.length) { %>

Images

<% images.forEach(function (image) { %> <% if (image.n) { %> <% } %> <% }) %> <% } %>