{% extends "base.html" %}
{% load comments i18n %}
{% load fnp_common migdal_tags fnp_share shop_tags %}
+{% load url from future %}
{% block "body" %}
{% entry_begin entry 1 %}
<div class="body">
-{{ entry.body }}
-
+{% if entry.offer %}
+<p>{% trans "Price" %}: {{ entry.offer.price|floatformat:"-2" }} PLN</p>
-{% if entry.offer_set.all.exists %}
-{% order_form_for entry.offer_set.all.0 form %}
+{% order_form_for entry.offer form %}
{% endif %}
+{{ entry.body }}
+
+
{% for inline_html in entry.inline_html %}