{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Technical routes list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Technical routes list{% endtrans %}
{% endif %} | {% if sortColumn == 'cdRoute' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Technical Route Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdRoute' %} {% if sortColumn == 'cdRoute' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCommercialRoute' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Commercial route'|trans({}, 'Admin') }} {% if sortColumn == 'idCommercialRoute' %} {% if sortColumn == 'idCommercialRoute' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCityA' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'A End'|trans({}, 'Admin') }} {% if sortColumn == 'idCityA' %} {% if sortColumn == 'idCityA' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCityB' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'B End'|trans({}, 'Admin') }} {% if sortColumn == 'idCityB' %} {% if sortColumn == 'idCityB' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbRoute' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Technical Route Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbRoute' %} {% if sortColumn == 'lbRoute' 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 isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_cdRoute %}{{ Route.cdRoute }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdRoute'!='idHistory' and 'cdRoute' in assocs|keys and Route.cdRoute is not null %} {% endif %} | {% block list_td_column_idCommercialRoute %}{{ Route.idCommercialRoute }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCommercialRoute'!='idHistory' and 'idCommercialRoute' in assocs|keys and Route.idCommercialRoute is not null %} {% endif %} | {% block list_td_column_idCityA %}{{ Route.idCityA }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCityA'!='idHistory' and 'idCityA' in assocs|keys and Route.idCityA is not null %} {% endif %} | {% block list_td_column_idCityB %}{{ Route.idCityB }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCityB'!='idHistory' and 'idCityB' in assocs|keys and Route.idCityB is not null %} {% endif %} | {% block list_td_column_lbRoute %}{{ Route.lbRoute }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbRoute'!='idHistory' and 'lbRoute' in assocs|keys and Route.lbRoute is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Route.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Route.blDeactivated 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 %} |