{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Access list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Access list{% endtrans %}
{% endif %} | {% if sortColumn == 'idAccess' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idAccess' %} {% if sortColumn == 'idAccess' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdAccess' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Access Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdAccess' %} {% if sortColumn == 'cdAccess' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbAccess' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Access Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbAccess' %} {% if sortColumn == 'lbAccess' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Active'|trans({}, 'Admin') }} {% if sortColumn == 'blDeactivated' %} {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cmComment' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Comment'|trans({}, 'Admin') }} {% if sortColumn == 'cmComment' %} {% if sortColumn == 'cmComment' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Creation date'|trans({}, 'Admin') }} {% if sortColumn == 'dtCreate' %} {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Update date'|trans({}, 'Admin') }} {% if sortColumn == 'dtUpdate' %} {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Deactivation date'|trans({}, 'Admin') }} {% if sortColumn == 'dtDeactivated' %} {% if sortColumn == 'dtDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idBranch' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Branch ref'|trans({}, 'Admin') }} {% if sortColumn == 'idBranch' %} {% if sortColumn == 'idBranch' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idAddress' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Address'|trans({}, 'Admin') }} {% if sortColumn == 'idAddress' %} {% if sortColumn == 'idAddress' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_idAccess %}{{ Access.idAccess }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idAccess'!='idHistory' and 'idAccess' in assocs|keys and Access.idAccess is not null %} {% endif %} | {% block list_td_column_cdAccess %}{{ Access.cdAccess }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdAccess'!='idHistory' and 'cdAccess' in assocs|keys and Access.cdAccess is not null %} {% endif %} | {% block list_td_column_lbAccess %}{{ Access.lbAccess }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbAccess'!='idHistory' and 'lbAccess' in assocs|keys and Access.lbAccess is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Access.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Access.blDeactivated is not null %} {% endif %} | {% block list_td_column_cmComment %}{{ Access.cmComment }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cmComment'!='idHistory' and 'cmComment' in assocs|keys and Access.cmComment is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if Access.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ Access.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and Access.dtCreate is not null %} {% endif %} | {% block list_td_column_dtUpdate %}{% if Access.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ Access.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and Access.dtUpdate is not null %} {% endif %} | {% block list_td_column_dtDeactivated %}{% if Access.dtDeactivated %} {% set datetime_format = "d/m/Y" %} {{ Access.dtDeactivated|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtDeactivated'!='idHistory' and 'dtDeactivated' in assocs|keys and Access.dtDeactivated is not null %} {% endif %} | {% block list_td_column_idBranch %}{{ Access.idBranch }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBranch'!='idHistory' and 'idBranch' in assocs|keys and Access.idBranch is not null %} {% endif %} | {% block list_td_column_idAddress %}{{ Access.idAddress }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idAddress'!='idHistory' and 'idAddress' in assocs|keys and Access.idAddress is not null %} {% endif %} | {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %}{% endif %} {% endblock %} |