{% macro render_row(items) -%} {% for repo in items %} {% if repo.is_fork %} {% set url = url_for('view_repo', username=repo.user.username, repo=repo.name) %} {% else %} {% set url = url_for('view_repo', repo=repo.name) %} {% endif %}
No projects found
{% endfor %} {%- endmacro %} {% macro pagination_link(pagetitle, page, total) -%} {%- endmacro %} {% macro render_repos( list, total, pagetitle, page, title, count, id, username=None, hide=True) %}No projects found
{% endfor %}No projects found