diff --git a/app/templates/core/base.html b/app/templates/core/base.html index e8a5628..caaa8d1 100644 --- a/app/templates/core/base.html +++ b/app/templates/core/base.html @@ -1,3 +1,4 @@ +
@@ -119,11 +120,15 @@ Orphaned Media +Code | +Recipient Email | +Created By | +Created At | +Used By | +Used At | +Active | +
---|---|---|---|---|---|---|
{{ inv.code }} | +{{ inv.recipient_email }} | +{{ inv.creator.email }} | +{{ inv.created_at.strftime('%Y-%m-%d %H:%M') }} | +{{ inv.user.email if inv.user else '' }} | +{{ inv.used_at.strftime('%Y-%m-%d %H:%M') if inv.used_at else '' }} | +{{ 'Yes' if inv.is_active else 'No' }} | +
ID | Role | -Verified | Excluded | Status | -Joined | Actions | +ID | +Role | +Verified | +Excluded | +Status | +Joined | +Invites Remaining | +Actions | {{ u.created_at.strftime('%Y-%m-%d') }} | +{{ u.invites_remaining }} | Edit + + Adjust Invites + + Invitations + {% if u.is_deleted %} | `); }); - // hide pagination when searching paginationNav.style.display = q ? 'none' : ''; }); }
---|