{% from "_projectstring.html" import projectstring, projecticon %} {% macro searchbox(select) %}
{% endmacro%} {% macro render_row(items) -%} {% for repo in items %} {% set url = url_for('ui_ns.view_repo', username=repo.user.username if repo.is_fork else None, repo=repo.name, namespace=repo.namespace) %}No {{projectstring(plural=True)}} found
{% endfor %} {%- endmacro %} {% macro pagination_link(pagetitle, page, total) -%} {% set prev_page = request.url | combine_url( page=page-1, pagetitle=pagetitle, **kwargs) %} {% set next_page = request.url | combine_url( page=page+1, pagetitle=pagetitle, **kwargs) %} {%- endmacro %} {% macro render_repos( list, total, pagetitle, page, title, count, id, username=None, hide=True, sorting=None, select='projects') %}No {{projectstring(plural=True)}} found
{% endfor %}No {{projectstring(plural=True)}} found