mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
7 lines
285 B
Twig
7 lines
285 B
Twig
{% set adv = params.adv %}
|
|
{% if setting_value('visiosoft.module.location::detail_page_location') %}
|
|
<div class="col-md-12 m-2 location-container">
|
|
<i class="fas fa-location-arrow text-primary"></i>
|
|
{{ adv.city_name }}, {{ adv.country_name }}
|
|
</div>
|
|
{% endif %} |