demarches-normaliennes/app/views/administrateurs/attestation_template_v2s/show.html.haml

24 lines
716 B
Text
Raw Normal View History

2023-11-14 17:46:52 +01:00
= image_tag('centered_marianne.svg', alt: '', class: 'marianne')
.header
.left
- if @attestation_template.label_logo.present?
.bloc-marque
= simple_format @attestation_template.label_logo, class: "intitule"
= image_tag('liberte2.svg', alt: '', class: 'devise')
2023-11-14 17:46:52 +01:00
%p.issuer
Service Hébergement et Accès au Logement<br />
Bureau de l'Accès au Logement
.right
- if @attestation_template.label_direction.present?
= simple_format @attestation_template.label_direction, class: "direction"
2023-11-14 17:46:52 +01:00
%p.date Créteil, le 20 mars 2023
.main
= sanitize(@body)
- if @attestation_template.footer.present?
= simple_format @attestation_template.footer, class: "footer"