{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Interfaces" %} - {{ compute.name }}{% endblock %} {% block content %}
{% include 'sidebar.html' %}
{% include "create_stg_block.html" %}

{{ compute.name }}

{% include 'compute_block_link.html' %} {% include 'errors_block.html' %}
{% endblock %}