{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Projects list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Projects list{% endtrans %}
{% endif %} | {% if sortColumn == 'idProject' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idProject' %} {% if sortColumn == 'idProject' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdProject' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Project code'|trans({}, 'Admin') }} {% if sortColumn == 'cdProject' %} {% if sortColumn == 'cdProject' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Start date'|trans({}, 'Admin') }} {% if sortColumn == 'dtStart' %} {% if sortColumn == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtEnd' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'End date'|trans({}, 'Admin') }} {% if sortColumn == 'dtEnd' %} {% if sortColumn == 'dtEnd' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCustomer' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Idcustomer'|trans({}, 'Admin') }} {% if sortColumn == 'idCustomer' %} {% if sortColumn == 'idCustomer' 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_idProject %}{{ Project.idProject }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProject'!='idHistory' and 'idProject' in assocs|keys and Project.idProject is not null %} {% endif %} | {% block list_td_column_cdProject %}{{ Project.cdProject }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdProject'!='idHistory' and 'cdProject' in assocs|keys and Project.cdProject is not null %} {% endif %} | {% block list_td_column_dtStart %}{% if Project.dtStart %} {% set datetime_format = "d/m/Y" %} {{ Project.dtStart|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtStart'!='idHistory' and 'dtStart' in assocs|keys and Project.dtStart is not null %} {% endif %} | {% block list_td_column_dtEnd %}{% if Project.dtEnd %} {% set datetime_format = "d/m/Y" %} {{ Project.dtEnd|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEnd'!='idHistory' and 'dtEnd' in assocs|keys and Project.dtEnd is not null %} {% endif %} | {% block list_td_column_idCustomer %}{{ Project.idCustomer }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCustomer'!='idHistory' and 'idCustomer' in assocs|keys and Project.idCustomer 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 %} |