Labelsync
{% if master.errors|length == 0 %}
Force synchronization
{% endif %}
Set master repository
Master information
Name: {{master.name}}
Url: {{master.url}}
{% if master.errors | length > 0 %}
Errors: {{ master.errors }}
{% endif %}
Repositories
{% for repo in repos %}
name: {{repo.repo}}
service: {{repo.service}}
url: {{repo.url}}
{% if repo.errors | length > 0 %}
errors: {{repo.errors}}
{% endif %}
login
{% endfor %}
Labels
add
{% for label in labels %}
{{ label.name }}
color:{{ label.color }}
description:{{ label.description }}
delete
edit
{% endfor %}