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