{% extends 'base.html' %} {% load static %} {% load i18n %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{% trans 'Name' %}: | {{ cluster.name }} |
{% trans 'Bandwidth' %}: | {{ cluster.bandwidth }} |
{% trans 'Contact' %}: | {{ cluster.contact }} |
{% trans 'Phone' %}: | {{ cluster.phone }} |
{% trans 'Address' %}: | {{ cluster.address }} |
{% trans 'Intranet' %}: | {{ cluster.Intranet }} |
{% trans 'Extranet' %}: | {{ cluster.extranet }} |
{% trans 'Operator' %}: | {{ cluster.operator }} |
{% trans 'Date created' %}: | {{ system_user.date_created }} |
{% trans 'Created by' %}: | {{ asset_group.created_by }} |
{% trans 'Comment' %}: | {{ system_user.comment }} |