+
+

+
+
${attributes.name}
+ ${attributes.bookmarked ? '' : ''}
+
+ @${attributes.handle}
+
+
+
+
+ ${attributes.submission_state === 'open' ? 'Open for Submission' : 'Closed'}
+ ${attributes.state === 'public_mode' ? 'Public Program' : 'Private Program'}
+ ${attributes.offers_bounties ? 'Bounty $$$' : ''}
+ ${attributes.open_scope ? 'Open Scope' : ''}
+
+
+
+
My Reports: ${attributes.number_of_reports_for_user}
+
My Earnings: $${attributes.bounty_earned_for_user.toFixed(2)}
+
+
+
+
+
+
Since ${new Date(attributes.started_accepting_at).toLocaleDateString('en-US', { month: 'short', year: 'numeric' })}
+
${attributes.currency.toUpperCase()}
+
+
See details
+