1 {% extends "base.html" %}
2 {% load comments i18n %}
3 {% load fnp_common migdal_tags fnp_share shop_tags %}
4 {% load url from future %}
9 {% if not entry.published %}
10 <p class="warning">{% trans "This entry hasn't been published yet." %}</p>
13 <div class="entry entry-detail entry-{{ entry.type }}">
14 <div class="entry-wrapped">
16 {% entry_begin entry 1 %}
20 <div style="float:left;clear:left;">
21 <a href="{% url 'migdal_entry_info' 'regulamin-sklepu' %}">Regulamin sklepu</a>
28 <p>{% trans "Price" %}: {{ entry.offer.price|floatformat:"-2" }} PLN</p>
31 {% order_form_for entry.offer form %}
41 {% for inline_html in entry.inline_html %}
42 <div class="inline_html">
43 {{ inline_html|safe }}
49 <div style="clear: both;"></div>
53 {% share object.get_absolute_url object.title %}
57 <div style="clear: both"></div>
59 {% if entry.get_type.commentable %}
60 {% render_comment_list for entry %}
61 <div class="comments">
62 {% entry_comment_form entry %}