{% block list_nbresults %}
{% set count = Remonts.nbResults %} {% set start = ( Remonts.currentPage - 1 ) * Remonts.maxPerPage + 1 %} {% set end = start + Remonts.maxPerPage - 1 %} {% set end = end > count ? count : end %} {% if Remonts.haveToPaginate %} {% trans with {'%start%': start,'%end%': end,'%count%': count,} from "Admingenerator" %}list.display.range{% endtrans %} {% elseif count > 0 %} {% trans with {'%count%': count,} from "Admingenerator" %}list.display.all{% endtrans %} {% endif %}
{% endblock list_nbresults %} {% block form_batch_actions %} {% endblock form_batch_actions %} {% block list_thead %} {% endblock list_thead %} {% block list_tbody %} {% if Remonts|length > 0 %} {% for Remont in Remonts %} {% include "WebmilBackendRemontBundle:RemontList:row.html.twig" with { } %} {% endfor %} {% block object_actions_script %} {% endblock object_actions_script %} {% else %} {% endif %} {% endblock list_tbody %}
{% if sortColumn == 'id' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'id' %} {% if sortColumn == 'id' and sortOrder == 'ASC' %} {% else %} {% endif %} {% else %} {% endif %} {% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% block list_paginator_perpage %} {% if Remonts.haveToPaginate or Remonts.maxPerPage is not sameas(10) %}
{% trans from "Admingenerator" %}pagerfanta.view.perpage{% endtrans %}
{{ "pagerfanta.num.elements"|trans({"%number%": Remonts.maxPerPage}, "Admingenerator") }}
{% endif %} {% endblock list_paginator_perpage %}
{% block list_paginator_pages %} {% endblock list_paginator_pages %}
{% block endform_batch_actions %} {% endblock endform_batch_actions %}