<%=t('consent.title')%>

<%= render ::Components::OnOffStatusComponent.new({ is_on: @user.consented_at.present?, on_text: format_time(@user.consented_at), on_description: t('consent.user_has_consented'), off_text: t(:label_never), off_description: t('consent.not_yet_consented') }) %>