{% trans "Edit bookings" %}
{% trans "Every provided input information will commited to the selected entries. If you don't provide a certain field, this value will be kept and no change comitted." %}
{% extends "admin/base_site.html" %} {% load i18n admin_modify adminmedia %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block title %}{% trans "Edit bookings" %}{% endblock %} {% block breadcrumbs %} {% if not is_popup %}
{% endif %} {% endblock %} {% block bodyclass %}change-list{% endblock %} {% block content %}{% trans "Every provided input information will commited to the selected entries. If you don't provide a certain field, this value will be kept and no change comitted." %}