<.breadcrumbs> <:crumb navigate={~p"/"}>registry <:crumb>report

Report content

Flag unsafe, abusive, or fabricated material for restricted review.

<.form for={@form} id="moderation-report-form" phx-submit="submit">
<.input field={@form[:subject_type]} type="select" label="Content type" options={@subject_options} /> <.input field={@form[:subject_id]} type="number" min="1" label="Content ID" placeholder="123" />
<.input field={@form[:reason]} type="select" label="Reason" options={@reason_options} />
<.input field={@form[:description]} type="textarea" label="What should moderators review?" minlength="10" maxlength="5000" rows="8" placeholder="Describe the specific problem and where it appears. Do not include secrets or unnecessary personal data." />