{% extends "base.html" %} {% block title %}Repo: {{ repo.repo_id }} - Airut Dashboard{% endblock %} {% block body %}

{{ repo.repo_id }}

Status
{% include "components/repo_status_badge.html" %}
Git Repository
{{ repo.git_repo_url }}
{% if repo.channels %} {% for ch in repo.channels %}
Channel: {{ ch.channel_type }}
{% if ch.detail %}{{ ch.detail }} ({{ ch.info }}) {% else %}{{ ch.info }}{% endif %}
{% endfor %} {% else %}
Channels
(none)
{% endif %}
Storage Directory
{{ repo.storage_dir }}
{% include "components/repo_error_section.html" %}
Connecting...
{% endblock %} {% block scripts %} {% endblock %}