{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Currency list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Currency list{% endtrans %}
{% endif %} | {% if sortColumn == 'idCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idCurrency' %} {% if sortColumn == 'idCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Currency Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdCurrency' %} {% if sortColumn == 'cdCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Currency Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbCurrency' %} {% if sortColumn == 'lbCurrency' 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 == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Create at'|trans({}, 'Admin') }} {% if sortColumn == 'dtCreate' %} {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Deactivated at'|trans({}, 'Admin') }} {% if sortColumn == 'dtDeactivated' %} {% if sortColumn == 'dtDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtReactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Reactivated at'|trans({}, 'Admin') }} {% if sortColumn == 'dtReactivated' %} {% if sortColumn == 'dtReactivated' 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_idCurrency %}{{ Currency.idCurrency }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCurrency'!='idHistory' and 'idCurrency' in assocs|keys and Currency.idCurrency is not null %} {% endif %} | {% block list_td_column_cdCurrency %}{{ Currency.cdCurrency }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdCurrency'!='idHistory' and 'cdCurrency' in assocs|keys and Currency.cdCurrency is not null %} {% endif %} | {% block list_td_column_lbCurrency %}{{ Currency.lbCurrency }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbCurrency'!='idHistory' and 'lbCurrency' in assocs|keys and Currency.lbCurrency is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Currency.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Currency.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if Currency.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ Currency.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and Currency.dtCreate is not null %} {% endif %} | {% block list_td_column_dtDeactivated %}{% if Currency.dtDeactivated %} {% set datetime_format = "d/m/Y" %} {{ Currency.dtDeactivated|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtDeactivated'!='idHistory' and 'dtDeactivated' in assocs|keys and Currency.dtDeactivated is not null %} {% endif %} | {% block list_td_column_dtReactivated %}{% if Currency.dtReactivated %} {% set datetime_format = "d/m/Y" %} {{ Currency.dtReactivated|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtReactivated'!='idHistory' and 'dtReactivated' in assocs|keys and Currency.dtReactivated 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 %} |