{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Import Cluster Template" %}{% endblock %} {% block main %} {% include 'cluster_templates/_import.html' %} {% endblock %}