{% for link in pagination.toArray.links %}
  • {% if link.url %} {% else %} {% endif %} {% if link.label == 'pagination.previous' %} {{ 'ratmd.bloghub::lang.frontend.comments.previous' | trans }} {% elseif link.label == 'pagination.next' %} {{ 'ratmd.bloghub::lang.frontend.comments.next' | trans }} {% else %} {{ link.label }} {% endif %} {% if link.url %}{% else %}{% endif %}
  • {% endfor %}