mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
CourseLocation: view current location
This commit is contained in:
@@ -10,17 +10,17 @@
|
||||
{{ error }}
|
||||
</div>
|
||||
|
||||
<div v-if="addAddress.options.displayResult && addAddress.result !== null"
|
||||
<div v-if="accompanyingCourse.location"
|
||||
class="chill-entity entity-address">
|
||||
<div class="address multiline">
|
||||
<p class="street">{{ addAddress.result.street }}
|
||||
<span class="streetnumber">{{ addAddress.result.streetNumber }}</span>
|
||||
<p class="street">{{ accompanyingCourse.location.street }}
|
||||
<span class="streetnumber">{{ accompanyingCourse.location.streetNumber }}</span>
|
||||
</p>
|
||||
<p class="postcode">
|
||||
<span class="code">{{ addAddress.result.postcode.code }}</span>
|
||||
<span class="name">{{ addAddress.result.postcode.name }}</span>
|
||||
<span class="code">{{ accompanyingCourse.location.postcode.code }}</span>
|
||||
<span class="name">{{ accompanyingCourse.location.postcode.name }}</span>
|
||||
</p>
|
||||
<p class="country">{{ addAddress.result.country.name.fr }}</p>
|
||||
<p class="country">{{ accompanyingCourse.location.country.name.fr }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user