{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Choose node group template" %}{% endblock %} {% block main %} {% include 'cluster_wizard/_ngt_select.html' %} {% endblock %}