{% extends "webui/collections/base.html" %} {% load webui_tags %} {% block title %}git status | {{ collection.title }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs collection "git status" %} {% endblock breadcrumbs %} {% block content %}

{{ collection.id }} {% if collection.title %}— {{ collection.title }}{% endif %}

git status

updated: {{ timestamp }}

git status

{{ status }}

git annex status

{{ astatus }}

git remotes

{% for remote in remotes %} {% endfor %}
{{ remote.name }} {{ remote.url }}
{% endblock content %}