{% macro renderPager(pager, surveyId, questionId, choiceId, max) %} {{ pagerfanta( pager, 'twitter_bootstrap_translated', { 'proximity' : 1, 'routeName': 'claro_survey_results_show_other_answers', 'routeParams': { 'survey': surveyId, 'question': questionId, 'choice': choiceId, 'max': max } } ) }} {% endmacro %} {% from _self import renderPager %}