{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Create Cluster" %}{% endblock %} {% block main %} {% include 'cluster/clusters/_create.html' %} {% endblock %}