{% extends "base.html" %} {% block content %} {% include "aes_nav.html" %}

← Forge

Repository: {{ name }}

{% if !hinweis.is_empty() %}

{{ hinweis }}

{% endif %} {% if !fehler.is_empty() %}

{{ fehler }}

{% endif %}
Default-Branch
{{ default_branch }}
Sichtbarkeit
{% if private %}privat{% else %}oeffentlich{% endif %}
Clone-URL
{{ clone_url }}

Pull Requests

{% if pulls.is_empty() %}

Keine Pull Requests.

{% else %} {% for p in pulls %} {% endfor %}
#TitelQuelle → ZielStatus
{{ p.number }} {{ p.title }} {{ p.head }} → {{ p.base }} {{ p.state }}
{% endif %}

Pull Request eroeffnen

{% endblock %}