{% load url from future %}
-{% block "body" %}
+{% block body %}
{% if not entry.published %}
<p class="warning">{% trans "This entry hasn't been published yet." %}</p>
+{% else %}
+ <p>{% trans "Published at" %} {{ entry.first_published_at|date:"DATETIME_FORMAT" }}</p>
{% endif %}
<div class="entry entry-detail entry-{{ entry.type }}">
{% entry_begin entry 1 %}
<div class="body">
-{% if entry.offer %}
-<div style="float:left;clear:left;">
-<a href="{% url 'migdal_entry_info' 'regulamin-sklepu' %}">Regulamin sklepu</a>
-</div>
-{% endif %}
-
-
{% if entry.offer %}
<p>{% trans "Price" %}: {{ entry.offer.price|floatformat:"-2" }} PLN</p>