mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
7 lines
308 B
Twig
7 lines
308 B
Twig
{% set adv = params.adv %}
|
|
{% if setting_value('visiosoft.module.location::detail_page_location') %}
|
|
<div class="col-md-12 location-container">
|
|
<span class="font-weight-bold">{{ trans('visiosoft.module.location::field.location') }}:</span>
|
|
{{ adv.city_name }}, {{ adv.country_name }}
|
|
</div>
|
|
{% endif %} |