{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

{% if project_url %} {{ title }} {% else %} {{ title }} {% endif %}

{% if description == "Project not found" %} {% elif is_legacy %} {% endif %}
{% if description and description != "Project not found" %}
Description

{{ description }}

{% endif %} {% if scmsync_url %}
Source Repository
{% if open_issues is not none %} Issues {{ open_issues }} {% endif %} {% if open_prs is not none %} Pull Requests {{ open_prs }} {% endif %}
{% if branch_name %}
Tracking branch: {{ branch_name }}
{% endif %}
{% endif %}
Build Results
Loading...

Loading build results...

{% if scmsync_packages %}
Build Area {{ scmsync_packages|length }}
{% for package in scmsync_packages %} {% set pkg_org = package_orgs.get(package, gitea_org) %} {% endfor %}
Package Name Git Repository
{{ package }}
{% endif %} {% if readme_content %}
README
{{ readme_content }}
{% endif %}
Loading...
{% endblock %}