mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
#1899 Comments section linked to comments module.
This commit is contained in:
parent
d9e6eca53f
commit
9165f5ca4e
@ -20,7 +20,11 @@
|
|||||||
<div class="col-md-3 text-left justify-content-center align-self-center">
|
<div class="col-md-3 text-left justify-content-center align-self-center">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<p class="theme-price-old small mb-0"><del>{{ adv.standard_price.currency(null,'currency') }}</del></p>
|
<p class="theme-price-old small mb-0"><del>
|
||||||
|
{{ adv.standard_price.currency(null,'currency') != adv.price.currency(null,'currency')
|
||||||
|
? adv.standard_price.currency(null,"currency")
|
||||||
|
: '' }}
|
||||||
|
</del></p>
|
||||||
<b>{{ adv.price.currency(null,'currency') }}</b>
|
<b>{{ adv.price.currency(null,'currency') }}</b>
|
||||||
</div>
|
</div>
|
||||||
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
{% if setting_value('visiosoft.module.location::list_page_location') %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user