mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
detail on resume accourse page
This commit is contained in:
parent
9795704532
commit
d11c493e2d
@ -61,13 +61,19 @@
|
|||||||
<h2 class="mb-3">{{ 'Accompanying course location'|trans }}</h2>
|
<h2 class="mb-3">{{ 'Accompanying course location'|trans }}</h2>
|
||||||
|
|
||||||
{% if accompanyingCourse.locationStatus == 'person' %}
|
{% if accompanyingCourse.locationStatus == 'person' %}
|
||||||
<p>{{ 'This course is located by'|trans }}: {{ accompanyingCourse.personLocation|chill_entity_render_string }}</p>
|
<p>{{ 'This course is located by'|trans }}
|
||||||
|
<b>{{ accompanyingCourse.personLocation|chill_entity_render_string }}</b>
|
||||||
|
</p>
|
||||||
{% elseif accompanyingCourse.locationStatus == 'address' %}
|
{% elseif accompanyingCourse.locationStatus == 'address' %}
|
||||||
<p>{{ 'This course has a temporarily location'|trans }}</p>
|
<p>{{ 'This course has a temporarily location'|trans }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if accompanyingCourse.locationStatus != 'none' %}
|
{% if accompanyingCourse.locationStatus != 'none' %}
|
||||||
{{ accompanyingCourse.location|chill_entity_render_box }}
|
<div class="flex-table">
|
||||||
|
<div class="item-bloc">
|
||||||
|
{{ accompanyingCourse.location|chill_entity_render_box }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none' %}
|
{% if accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user