{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Currency Conversion List{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Currency Conversion List{% endtrans %}
{% endif %} | {% if sortColumn == 'idCurrencyConversion' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idCurrencyConversion' %} {% if sortColumn == 'idCurrencyConversion' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCurrencySource' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Currency Source'|trans({}, 'Admin') }} {% if sortColumn == 'idCurrencySource' %} {% if sortColumn == 'idCurrencySource' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCurrencyDestination' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Currency Destination'|trans({}, 'Admin') }} {% if sortColumn == 'idCurrencyDestination' %} {% if sortColumn == 'idCurrencyDestination' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'nbCurrencyConversion' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Conversion rate'|trans({}, 'Admin') }} {% if sortColumn == 'nbCurrencyConversion' %} {% if sortColumn == 'nbCurrencyConversion' 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 == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Start at'|trans({}, 'Admin') }} {% if sortColumn == 'dtStart' %} {% if sortColumn == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtEnd' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'End at'|trans({}, 'Admin') }} {% if sortColumn == 'dtEnd' %} {% if sortColumn == 'dtEnd' 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_idCurrencyConversion %}{{ CurrencyConversion.idCurrencyConversion }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCurrencyConversion'!='idHistory' and 'idCurrencyConversion' in assocs|keys and CurrencyConversion.idCurrencyConversion is not null %} {% endif %} | {% block list_td_column_idCurrencySource %}{{ CurrencyConversion.idCurrencySource }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCurrencySource'!='idHistory' and 'idCurrencySource' in assocs|keys and CurrencyConversion.idCurrencySource is not null %} {% endif %} | {% block list_td_column_idCurrencyDestination %}{{ CurrencyConversion.idCurrencyDestination }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCurrencyDestination'!='idHistory' and 'idCurrencyDestination' in assocs|keys and CurrencyConversion.idCurrencyDestination is not null %} {% endif %} | {% block list_td_column_nbCurrencyConversion %}{{ CurrencyConversion.nbCurrencyConversion|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbCurrencyConversion'!='idHistory' and 'nbCurrencyConversion' in assocs|keys and CurrencyConversion.nbCurrencyConversion is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if CurrencyConversion.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and CurrencyConversion.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtStart %}{% if CurrencyConversion.dtStart %} {% set datetime_format = "d/m/Y" %} {{ CurrencyConversion.dtStart|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtStart'!='idHistory' and 'dtStart' in assocs|keys and CurrencyConversion.dtStart is not null %} {% endif %} | {% block list_td_column_dtEnd %}{% if CurrencyConversion.dtEnd %} {% set datetime_format = "d/m/Y" %} {{ CurrencyConversion.dtEnd|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEnd'!='idHistory' and 'dtEnd' in assocs|keys and CurrencyConversion.dtEnd 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 %} |