{% extends "base.html" %} {% block content %}
No repositories yet.
{% else %}| Repository | Visibility | Created |
|---|---|---|
|
{{ repo.name }}
{{ repo.slug }}
{% if repo.description %}
{{ repo.description }}
{% endif %}
|
{% if repo.visibility == "public" %} Public {% else %} Private {% endif %} | {{ repo.created_at | humantime }} |