{% extends 'overlay.html' %}{% load i18n %} {% block title %}{% trans 'Add a new node' %} - {{ SITE.name }}{% endblock %} {% block content %}{% include 'ajax/add_node.html' %}{% endblock %}