.fr-px-2w %p.fr-my-2w = t(:submitted_at, scope: [:views, :shared, :dossiers, :form], datetime: l(dossier.depose_at)) %br - if dossier.last_champ_updated_at.present? && dossier.last_champ_updated_at > dossier.depose_at = t(:updated_at, scope: [:views, :shared, :dossiers, :form], datetime: l(dossier.last_champ_updated_at)) - if dossier.justificatif_motivation.attached? -# download component already has margin bottom %div %p.champ-label Justificatif : .champ-content .action = render Attachment::ShowComponent.new(attachment: dossier.justificatif_motivation.attachment) - if dossier.motivation.present? .fr-mb-2w %p.champ-label Motivation : .champ-content .action = dossier.motivation - if dossier.attestation.present? .fr-mb-2w %p.champ-label Attestation : .champ-content .action = link_to('Voir l’attestation', attestation_instructeur_dossier_path(dossier.procedure, dossier), target: '_blank', rel: 'noopener')