{% extends "base.html" %} {% load comments i18n %} {% load fnp_common migdal_tags fnp_share shop_tags %} {% load url from future %} {% block "body" %} {% if not entry.published %}
{% trans "This entry hasn't been published yet." %}
{% endif %}{% trans "Price" %}: {{ entry.offer.price|floatformat:"-2" }} PLN
{% order_form_for entry.offer form %} {% endif %} {{ entry.body }} {% for inline_html in entry.inline_html %}