X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/d7089c0d33bbe9cd5b8bc67aa9d9022792db7309..91117520dbe0336cd5acc91c6d8e23d81141f9df:/prawokultury/templates/migdal/entry/publications/entry_detail.html?ds=sidebyside diff --git a/prawokultury/templates/migdal/entry/publications/entry_detail.html b/prawokultury/templates/migdal/entry/publications/entry_detail.html new file mode 100755 index 0000000..0cae1fa --- /dev/null +++ b/prawokultury/templates/migdal/entry/publications/entry_detail.html @@ -0,0 +1,58 @@ +{% extends "base.html" %} +{% load comments i18n %} +{% load fnp_common migdal_tags fnp_share shop_tags %} + + +{% block "body" %} + +{% if not entry.published %} +

{% trans "This entry hasn't been published yet." %}

+{% endif %} + +
+
+ +{% entry_begin entry 1 %} +
+{{ entry.body }} + + + + +{% if entry.offer_set.all.exists %} + +{% order_form_for entry.offer_set.all.0 form %} + +{% endif %} + + + + +{% for inline_html in entry.inline_html %} +
+ {{ inline_html|safe }} +
+{% endfor %} + +
+ +
+ +
+ +
+ +
+ +{% if entry.get_type.commentable %} + {% render_comment_list for entry %} +
+ {% entry_comment_form entry %} +
+{% endif %} +
+
+{% endblock %} +