{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Create IP' %}{% endblock %} {% block main %} {% include 'infrastructure/hosts/_create_ip.html' %} {% endblock %}