{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}History{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}History{% endtrans %}
{% endif %} | {% if sortColumn == 'idUser' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Username'|trans({}, 'Admin') }} {% if sortColumn == 'idUser' %} {% if sortColumn == 'idUser' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {{ 'Modified entity'|trans({}, 'Admin') }} | {{ 'Element name'|trans({}, 'Admin') }} | {% if sortColumn == 'lbField' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Attribute name'|trans({}, 'Admin') }} {% if sortColumn == 'lbField' %} {% if sortColumn == 'lbField' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbOldValue' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Old value'|trans({}, 'Admin') }} {% if sortColumn == 'lbOldValue' %} {% if sortColumn == 'lbOldValue' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbNewValue' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'New value'|trans({}, 'Admin') }} {% if sortColumn == 'lbNewValue' %} {% if sortColumn == 'lbNewValue' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtEffect' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Action date'|trans({}, 'Admin') }} {% if sortColumn == 'dtEffect' %} {% if sortColumn == 'dtEffect' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% endif %}
---|---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_idUser %}{{ HistoryModification.idUser }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idUser'!='idHistory' and 'idUser' in assocs|keys and HistoryModification.idUser is not null %} {% endif %} | {% block list_td_column_lbEntity %}{{ HistoryModification.lbEntity }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbEntity'!='idHistory' and 'lbEntity' in assocs|keys and HistoryModification.lbEntity is not null %} {% endif %} | {% block list_td_column_lbComponent %}{{ HistoryModification.lbComponent }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbComponent'!='idHistory' and 'lbComponent' in assocs|keys and HistoryModification.lbComponent is not null %} {% endif %} | {% block list_td_column_lbField %}{{ HistoryModification.lbField }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbField'!='idHistory' and 'lbField' in assocs|keys and HistoryModification.lbField is not null %} {% endif %} | {% block list_td_column_lbOldValue %}{{ HistoryModification.lbOldValue }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbOldValue'!='idHistory' and 'lbOldValue' in assocs|keys and HistoryModification.lbOldValue is not null %} {% endif %} | {% block list_td_column_lbNewValue %}{{ HistoryModification.lbNewValue }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbNewValue'!='idHistory' and 'lbNewValue' in assocs|keys and HistoryModification.lbNewValue is not null %} {% endif %} | {% block list_td_column_dtEffect %}{% if HistoryModification.dtEffect %} {% set datetime_format = "d/m/Y" %} {{ HistoryModification.dtEffect|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEffect'!='idHistory' and 'dtEffect' in assocs|keys and HistoryModification.dtEffect 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 %}