{% if total_results and total_results > 0 %}
{% set start_i = (page - 1) * per_page + 1 %} {% set end_i = (page - 1) * per_page + (noticias|length) %} Mostrando {{ start_i }}–{{ end_i }} de {{ total_results }}
{% endif %} {% if total_pages and total_pages > 1 %} {% endif %}