{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}You're viewing customer group : %CustomerGroup%{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}You're viewing customer group : %CustomerGroup%{% endtrans %}
{% block show_column_label_idCustomerGroup %}{{ 'Id'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_idCustomerGroup %}{{ CustomerGroup.idCustomerGroup }}{% endblock %} |
{% block show_column_label_cdCustomerGroup %}{{ 'Group Code'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_cdCustomerGroup %}{{ CustomerGroup.cdCustomerGroup }}{% endblock %} |
{% block show_column_label_lbCustomerGroup %}{{ 'Group Description'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_lbCustomerGroup %}{{ CustomerGroup.lbCustomerGroup }}{% endblock %} |
{% block show_column_label_blDeactivated %}{{ 'Active'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_blDeactivated %} {% if CustomerGroup.blDeactivated %} {% else %} {% endif %}{% endblock %} |
{% block show_column_label_dtCreate %}{{ 'Create at'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_dtCreate %}{% if CustomerGroup.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ CustomerGroup.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} |
{% block show_column_label_dtUpdate %}{{ 'Update at'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_dtUpdate %}{% if CustomerGroup.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ CustomerGroup.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} |
{% block show_column_label_dtDeactivated %}{{ 'Dtdeactivated'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_dtDeactivated %}{% if CustomerGroup.dtDeactivated %} {% set datetime_format = "d/m/Y" %} {{ CustomerGroup.dtDeactivated|date(datetime_format) }}{% endif %}{% endblock %} |