{# Repository search results #} {% from "macros/basic.html" import octicon without context %}

Repositories search results

{% for repo in repos if current_user.sees_repo(repo) %} {% endfor %} {# TODO: pagination #}
Full name Owner Languages Releases Updates
{{ repo.full_name }} {{ repo.owner.login }} {{ repo.languages }} {{ repo.releases|length }} {{ repo.pushes|length }} {{ octicon('mark-github') }} {{ octicon('repo') }}