저장소 목록을 불러오지 못했습니다: {{ error }}
{% else %}| 저장소 | 검증 | 최신 버전 | 패키지 수 | 마지막 동기화 | |
|---|---|---|---|---|---|
| {{ repo.name }} | {{ repo.gpg.label }} | {% if repo.latest_version is not none %}v{{ repo.latest_version }}{% else %}—{% endif %} | {% if repo.package_count is not none %}{{ repo.package_count }}{% else %}—{% endif %} | {{ repo.last_sync or "—" }} |
|
등록된 저장소가 없습니다.
{% endif %} {% endif %}