{% extends "scmbase.html" %} {% block content %}

{% block welcome_user %}{% endblock %}

Create new repository {{icon("caret-right")}}

{% if repos and len(repos) %}
{% for repo in repos %}

~{{current_user.username}}/{{repo.name}} {% if repo.visibility.value != 'public' %} {{ repo.visibility.value }} {% endif %}

{% if repo.description %}

{{ repo.description }}

{% endif %}
{% endfor %}
More on your profile {{icon("caret-right")}} {% endif %}
{% endblock %}