<% if (forms && forms.length > 0) { %> <% forms.forEach(form => { %> <% }); %>
Form Name Submissions Endpoint URL Created Date Status Actions
<%= form.name %> <%= form.submission_count %> <%= appUrl %>/submit/<%= form.uuid %> <%= new Date(form.created_at).toLocaleDateString() %> <%= form.is_archived ? 'Archived' : 'Active' %> View Submissions Settings
<% } else { %>

You haven't created any forms yet. Create one now!

<% } %>