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

<%= rails_cell ::Components::OnOffStatusCell, { 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') } %>