{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}List for GinangBundle{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}List for GinangBundle{% endtrans %}
{% endif %} | {% if sortColumn == 'idNote' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Idnote'|trans({}, 'Admin') }} {% if sortColumn == 'idNote' %} {% if sortColumn == 'idNote' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbNote' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Note'|trans({}, 'Admin') }} {% if sortColumn == 'lbNote' %} {% if sortColumn == 'lbNote' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Dtcreate'|trans({}, 'Admin') }} {% if sortColumn == 'dtCreate' %} {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Dtupdate'|trans({}, 'Admin') }} {% if sortColumn == 'dtUpdate' %} {% if sortColumn == 'dtUpdate' 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_idNote %}{{ Note.idNote }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idNote'!='idHistory' and 'idNote' in assocs|keys and Note.idNote is not null %} {% endif %} | {% block list_td_column_lbNote %}{{ Note.lbNote }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbNote'!='idHistory' and 'lbNote' in assocs|keys and Note.lbNote is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if Note.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ Note.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and Note.dtCreate is not null %} {% endif %} | {% block list_td_column_dtUpdate %}{% if Note.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ Note.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and Note.dtUpdate 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) %}{% if is_expr_granted('hasRole("ROLE_SUPER_ADMINISTRATOR") or hasRole("ROLE_NETWORK_ADMINISTRATOR") or hasRole("ROLE_NETWORK_ENGINEER_ADMIN") or hasRole("ROLE_NETWORK_ENGINEER")', Note) %} {% endif %} | {% endif %} {% endblock %}