{% extends "base.html" %} {% block title %}{{ t("github_import.title") }} - IssueDeck{% endblock %} {% block content %} {% set values = form | default({}) %}

{{ t("github_import.title") }}

{{ t("github_import.description") }}

{{ t("common.back_to_list") }}
{% if error %}

{{ t("github_import.error_title") }}

{{ error }}

{% endif %}

{{ t("github_import.repo_help") }}

{{ t("github_import.labels_help") }}

{{ t("github_import.tags_help") }}

{% if project.branches %}

{{ t("common.branches") }}

{% for branch in project.branches %} {% endfor %}
{% endif %}

{{ t("github_import.status_maps_help") }}

{{ t("github_import.github_token_help") }}

{% endblock %}