Please access this page with an event_id parameter.
Example: /pages/my-event-products?event_id=1&event_name=Event Name
Back to Events
{{ scope.row.product_title }}
{{ scope.row.submission_type === 1 ? 'Existing Product' : 'Design Proposal' }}
{{ getStatusText(scope.row.review_status) }}
{{ formatDate(scope.row.created_at) }}