mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Merge branch 'master' into notification/completion
This commit is contained in:
@@ -154,6 +154,15 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if accompanyingCourse.administrativeLocation is not null %}
|
||||
<div class="mbloc col col-sm-6 col-lg-4">
|
||||
<div class="administrative-location">
|
||||
<h4 class="item-key">{{ 'accompanying_course.administrative_location'|trans }}</h4>
|
||||
{{ accompanyingCourse.administrativeLocation.name }} ({{ accompanyingCourse.administrativeLocation.locationType.title|localize_translatable_string }})
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="social-actions my-4">
|
||||
|
Reference in New Issue
Block a user