{% extends "base.html" %} {% block content %}
{% if repo %}
{{ repo.branch or "detached" }}
{% if repo.ahead %}↑{{ repo.ahead }}{% endif %}
{% if repo.behind %}↓{{ repo.behind }}{% endif %}
{% if repo.pull_status == "conflict" %}⚠ conflict{% endif %}
{% if repo.remote_url %}— GitLab ↗{% endif %}
Repo {{ repo_name }} not found.
{% endif %} {% endblock %}