1 {% extends "base.html" %}
 
   2 {% load comments i18n %}
 
   3 {% load fnp_common migdal_tags fnp_share shop_tags %}
 
   8 {% if not entry.published %}
 
   9     <p class="warning">{% trans "This entry hasn't been published yet." %}</p>
 
  12 <div class="entry entry-detail entry-{{ entry.type }}">
 
  13 <div class="entry-wrapped">
 
  15 {% entry_begin entry 1 %}
 
  22 {% if entry.offer_set.all.exists %}
 
  24 {% order_form_for entry.offer_set.all.0 form %}
 
  31 {% for inline_html in entry.inline_html %}
 
  32 <div class="inline_html">
 
  33     {{ inline_html|safe }}
 
  39 <div style="clear: both;"></div>
 
  43     {% share object.get_absolute_url object.title %}
 
  47 <div style="clear: both"></div>
 
  49 {% if entry.get_type.commentable %}
 
  50     {% render_comment_list for entry %}
 
  51     <div class="comments">
 
  52     {% entry_comment_form entry %}