% if (forms && forms.length > 0) { %>
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 |
You haven't created any forms yet. Create one now!
<% } %>