<%= title %>
<% if #members > 0 then %>
Members
-
<% for _, el in ipairs(members) do %>
-
<% if el.tn then %>
<% end %>
<%= el.label %>
<%end %>