{% extends "base.html" %} {% block content %}
No forks yet.
{% else %}| Repository | Owner | Status | Created |
|---|---|---|---|
|
{{ fork.owner_slug }}/{{ fork.repo_slug }}
|
{{ fork.owner_name }} | {% if fork.status == "completed" %} Completed {% elif fork.status == "failed" %} Failed {% else %} Pending {% endif %} | {{ fork.created_at | humantime }} |