{% macro render_pagination(pagination, endpoint) %} {% if project is defined %} {% set project_id = project.id %} {% else %} {% set project_id = 0 %} {% endif %} {% endmacro %}