{% extends "base.html" %} {% block title %}Repository Configuration - GitHub to Gitea Mirror{% endblock %} {% block content %}
GitHub Repository: {{ github_repo }}
Gitea Repository: {{ gitea_owner }}/{{ gitea_repo }}
Last Mirror: {{ config.last_mirror_date|default('Never') }} {% if config.last_mirror_status == 'success' %} Success {% elif config.last_mirror_status == 'warning' %} Warning {% elif config.last_mirror_status == 'error' %} Error {% endif %}
Mirror Type: Pull Mirror
{% if config.last_mirror_messages and config.last_mirror_messages|length > 0 %}This will delete or close all issues and pull requests in the Gitea repository. This is useful for cleaning up duplicate issues.