{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}View selected cluster{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}View selected cluster{% endtrans %}
{% block show_column_label_cdCluster %}{{ 'Cluster Code'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_cdCluster %}{{ Cluster.cdCluster }}{% endblock %} |
{% block show_column_label_lbCluster %}{{ 'Cluster description'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_lbCluster %}{{ Cluster.lbCluster }}{% endblock %} |
{% block show_column_label_blDeactivated %}{{ 'Active'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_blDeactivated %} {% if Cluster.blDeactivated %} {% else %} {% endif %}{% endblock %} |
{% block show_column_label_comment %}{{ 'Comment'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_comment %}{{ Cluster.comment }}{% endblock %} |