{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Create host class' %}{% endblock %} {% block main %} {% include 'infrastructure/host_classes/_create_host_class.html' %} {% endblock %}