{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Update Node" %}{% endblock %} {% block main %} {% include 'cluster/nodes/_update.html' %} {% endblock %}