Skip to content

Commit

Permalink
add price to offer detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf7777 committed Oct 16, 2023
1 parent 66e9425 commit ca1974b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion furfolio/templates/furfolio/offers/offer_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
{% endif %}

<p>
<b>Slots: {{ offer.get_active_commissions.count }}</b> / <b>{{ offer.slots }}</b>
Slots: <b>{{ offer.get_active_commissions.count }}</b> / <b>{{ offer.slots }}</b>
</p>
<p>
Price: <b>{{ offer.get_currency_symbol }} {{ offer.min_price }}</b> - <b>{{ offer.max_price }}</b> {{ offer.get_iso_4217_currency_code }}
</p>

{{ offer.description|linebreaks }}
Expand Down

0 comments on commit ca1974b

Please sign in to comment.