{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Edit host type' %}{% endblock %} {% block main %} {% include 'infrastructure/host_types/_update_host_type.html' %} {% endblock %}