mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#3981 igamkoop requests
This commit is contained in:
parent
ca0c8c45f8
commit
c183a96902
@ -39,10 +39,8 @@
|
||||
{% if showLocation %}
|
||||
<p class="location-data">{{ adv.country_name }} / {{ adv.city_name }}</p>
|
||||
{% endif %}
|
||||
{% if setting_value('visiosoft.module.advs::market_place') %}
|
||||
{% if showDate %}
|
||||
{% if setting_value('visiosoft.module.advs::market_place') and showDate %}
|
||||
<p class="date-data">{{ adv.publish_at.value|date('d/m/Y') }}</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -18,10 +18,8 @@
|
||||
/ {{ trans('visiosoft.module.advs::field.district.name') }}
|
||||
</th>
|
||||
{% endif %}
|
||||
{% if setting_value('visiosoft.module.advs::market_place') %}
|
||||
{% if showDate %}
|
||||
<th class="text-nowrap">{{ trans('visiosoft.module.advs::field.date.name') }}</th>
|
||||
{% endif %}
|
||||
{% if setting_value('visiosoft.module.advs::market_place') and showDate %}
|
||||
<th class="text-nowrap">{{ trans('visiosoft.module.advs::field.date.name') }}</th>
|
||||
{% endif %}
|
||||
<th class="text-nowrap">{{ trans('visiosoft.module.advs::field.price.name') }}</th>
|
||||
</tr>
|
||||
@ -64,13 +62,11 @@
|
||||
<p>{{ adv.city_name }}</p>
|
||||
</td>
|
||||
{% endif %}
|
||||
{% if setting_value('visiosoft.module.advs::market_place') %}
|
||||
{% if showDate %}
|
||||
<td class="date-data">
|
||||
<p>{{ adv.publish_at.value|date('d/m') }}</p>
|
||||
<p>{{ adv.publish_at.value|date('Y') }}</p>
|
||||
</td>
|
||||
{% endif %}
|
||||
{% if setting_value('visiosoft.module.advs::market_place') and showDate%}
|
||||
<td class="date-data">
|
||||
<p>{{ adv.publish_at.value|date('d/m') }}</p>
|
||||
<p>{{ adv.publish_at.value|date('Y') }}</p>
|
||||
</td>
|
||||
{% endif %}
|
||||
<td class="price-data">
|
||||
{% if not hideStandard %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user