{% extends "varnish-bans-manager/core/caches/layout.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans 'Caches' %} > {% trans 'Edit node' %}{% endblock %} {% block sidebar_section %}none{% endblock %} {% block sidebar_content %}
{% url 'caches-nodes-update' id=node.id as form_url %} {% include 'varnish-bans-manager/core/caches/nodes/_edit_form.html' with form=form form_url=form_url only %}
{% endblock %}