{% extends "base.html" %} {% block content %} {% if repo %}

{{ repo.name }}

{{ 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 %}

{% if repo.has_forge %}

Merge Requests

Pipelines

Vulnerabilities

{% endif %} {% else %}

Repo {{ repo_name }} not found.

{% endif %} {% endblock %}