{% extends 'layout.html' %} {% block title %} Repositories {% endblock %} {% block page_title %} All repositories {% endblock %} {% block toolbar %} {% if g.authenticated_as %} You're logged in as {{ g.authenticated_as }}. {% else %} Log in to access private repositories. {% endif %} {% endblock %} {% block content %} {% if repos|count > 0 %}
Here is a list of all repositories you've access to:
Sorry, but you haven't access to any repository.
{% endif %} {% endblock %}