{% extends "cosinnus_etherpad/base.html" %} {% load i18n static cosinnus_tags widget_tweaks %} {% block page_title %} {% trans "Pads" %} {{ block.super }} {% endblock page_title %} {% block breadcrumb %} {{ block.super }} {% if object.path != '/' %}
  • {{ object.container.title }}
  • {% endif %}
  • {{ object.title }}
  • {% trans "Settings" %}
  • {% endblock %} {% block leftnav %} {% include "cosinnus/leftnav_hierarchic_itemview.html" %} {% include 'cosinnus/common/help_button_leftnav_for_popup.html' with help_text_id="helptext_10_documentsetting" %} {% endblock leftnav %} {% block content %} {% if form.forms.obj.errors or form.forms.media_tag.errors %}

    {% trans "There was an error in one of the fields you entered. Please correct it before saving!" %}

    {% endif %}
    {% csrf_token %} {{ form.forms.obj.non_field_errors }} {{ form.forms.media_tag.non_field_errors }}
    {% trans "Title" as title_label %} {% trans "Enter a title for the Pad." as title_legend %} {% include 'cosinnus/fields/default_field.html' with field=form.forms.obj.title legend=title_legend label=title_label placeholder=title_label first=True %} {% include 'cosinnus/media_tags.html' with show_all=True %}
    {% captureas label %}{% blocktrans with pad=object.title %}Do you really want to delete etherpad „{{ pad }}“?{% endblocktrans %}{% endcaptureas %} {% captureas title %}{% trans "Delete Etherpad" %}{% endcaptureas %} {% include "cosinnus/modal_box.html" with id="deleteModal" label=label title=title form_action="./delete/" %}
    {% endblock content %}