{% extends "cosinnus_etherpad/base.html" %} {% load i18n static cosinnus_tags widget_tweaks sekizai_tags %} {% block page_title %} {% trans "Pads" %} {{ block.super }} {% endblock page_title %} {% block breadcrumb %} {{ block.super }} {% if object.path != '/' %}
  • {{ object.container.title }}
  • {% endif %}
  • {{ object.title }}
  • {% trans "Edit" %}
  • {% endblock %} {% block leftnav %} {% include "cosinnus/leftnav_hierarchic_itemview.html" %} {% endblock leftnav %} {% block extrahead %} {{ block.super }} {% addtoblock "js" %} {% endaddtoblock %} {% endblock extrahead %} {% block content %} {% endblock content %} {% block main_page %} {{ block.super }}
    {% include 'cosinnus/media_tags_readonly.html' with object=object list_view="noindent" %}
    {% if object.attached_images %} {% include 'cosinnus/common/attached_images_gallery.html' with object=object max_images=3 %} {% endif %}
    {% captureas help_text_id %}helptext_11_document{% endcaptureas %} {% captureas help_modal_id %}modal-{{ help_text_id }}{% endcaptureas %} {% include 'cosinnus/common/modal_box_help_popup.html' with help_text_id=help_text_id help_title=help_title help_modal_id=help_modal_id %} {% if user|has_write_access:object %} {% captureas label %}{% blocktrans with pad=object.title %}Do you really want to delete etherpad „{{ pad }}“?{% endblocktrans %}{% endcaptureas %} {% captureas title %}{% trans "Delete Etherpad" %}{% endcaptureas %} {% group_url "cosinnus:etherpad:pad-delete" group=group slug=etherpad.slug as delete_url %} {% include "cosinnus/modal_box.html" with id="deleteModal" label=label title=title form_action=delete_url %} {% endif %} {% if user|has_write_access:object %} {% endif %} {# Ethercalc needs external CSV export #} {% if object.type == 1 %} {% endif %}
    {% endblock main_page %}