{% extends theme("layout.html") %} {% import "utils.html" as utils with context %} {% import "snippets.html" as snippets with context %} {% import theme("itemviews.html") as itemviews with context %} {% set footer_meta = snippets.footer_meta() %} {% block head_links %} {{ super() }} {# universal edit button support #} {%- if may.write and 'frontend.modify_item' not in cfg.endpoints_excluded -%} {%- endif %} {% endblock %} {% block header_itemviews %}
{{ itemviews }}
{% endblock %} {% block content %} {% block headline %} {% if item.meta['summary'] %} {% block item_summary %}
{{ _('Summary: %(summary)s', summary=item.meta['summary']) }}
{% endblock %} {% endif %} {{ utils.rev_navigation(rev_navigation_ids_dates, fqname, view='frontend.show_item', item=item) }} {% endblock %} {% block content_data %} {% if data_rendered %}
{{ data_rendered }}
{% endif %} {% endblock %} {% endblock %} {% block footer_hr %}{% endblock %} {% block footer_meta %} {{ footer_meta }} {% endblock %} {% block options_for_javascript %} {%- if item_name and user.edit_on_doubleclick and may.write -%}
{%- endif %} {%- if user.show_comments -%}
{%- endif %} {% endblock %}