32 lines
921 B
Plaintext
32 lines
921 B
Plaintext
-if annonce_draw.create_year?
|
|
%p
|
|
=qit("draw-create-year-label","Année de création :")
|
|
=annonce_draw.create_year
|
|
-if annonce_draw.artist_text
|
|
%p
|
|
=qit("draw-artist-text-label","Artiste :")
|
|
=annonce_draw.artist_text
|
|
-if annonce_draw.artist or annonce_draw.signed or annonce_draw.original or annonce_draw.certificat
|
|
%ul
|
|
-if annonce_draw.artist
|
|
%li
|
|
=qit("draw-artist-label","Oeuvre vendue par l'artiste")
|
|
|
|
-if annonce_draw.signed
|
|
%li
|
|
=qit("draw-signed-label","Oeuvre signée par l'artiste")
|
|
|
|
-if annonce_draw.original
|
|
%li
|
|
=qit("draw-original-label","Oeuvre originale")
|
|
|
|
-if annonce_draw.certificat
|
|
%li
|
|
=qit("draw-certificat-label","Avec certificat d'authentification")
|
|
|
|
|
|
%hr
|
|
=qit("other-informations-label","Autres informations :")
|
|
%ul
|
|
-@annonce.tag_cats.each do |tag_cat|
|
|
%li=tag_cat.name |