mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
masonry: add origin bloc
This commit is contained in:
parent
982dd78828
commit
9e67d9586d
@ -70,6 +70,7 @@
|
||||
<div class="comment">
|
||||
<h4 class="item-key visually-hidden">{{ 'Pinned comment'|trans }}</h4>
|
||||
<blockquote class="chill-user-quote">
|
||||
<i class="fa fa-flag float-end text-secondary" title="{{ 'pinned'|trans }}"></i>
|
||||
{{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }}
|
||||
<div class="metadata">
|
||||
{{ 'Last updated by'| trans }}
|
||||
@ -138,6 +139,16 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if accompanyingCourse.origin is not empty %}
|
||||
<div class="mbloc col col-sm-6 col-lg-4">
|
||||
<div class="origin">
|
||||
<h4 class="item-key">{{ 'Origin'|trans }}</h4>
|
||||
{{ accompanyingCourse.origin.label|localize_translatable_string|capitalize }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="social-actions my-4">
|
||||
|
@ -215,6 +215,7 @@ Some peoples does not belong to any household currently. Add them to an househol
|
||||
Add to household now: Ajouter à un ménage
|
||||
Any resource for this accompanying course: Aucun interlocuteur privilégié pour ce parcours
|
||||
course.draft: Brouillon
|
||||
Origin: Origine de la demande
|
||||
|
||||
# pickAPersonType
|
||||
Pick a person: Choisir une personne
|
||||
|
Loading…
x
Reference in New Issue
Block a user