{% load wagtailadmin_tags compress %}
{% comment %}
Javascript declarations to be included on the 'create page' and 'edit page' views
{% endcomment %}
{% compress js %}
{% hook_output 'insert_editor_js' %}
{% endcompress %}
{% include "wagtailadmin/shared/datetimepicker_translations.html" %}
{% comment %}
Additional js from widgets media. Allows for custom widgets in admin panel.
{% endcomment %}
{{ edit_handler.form.media.js }}