{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Detach Interface" %}{% endblock %} {% block main %} {% include "project/instances/_detach_interface.html" %} {% endblock %}