%- include("../base/header", { title: "Home", userId: session.userId }) %>
Name | Code | |
---|---|---|
<%= party.Name %> | <%= party.PartyRef %> | <% if (activeUserParty && activeUserParty.PartyId === party.Id) { %> Deactivate <% } else { %> Activate <% } %> <% if (party.CreatedByUserId === user.Id) { %> Delete <% } else { %> Leave <% } %> |