@if repo.user_name != '' @repo.user_name

/

@end @repo.name @if ctx.is_tree && ctx.path_split.len > 1 @for idx, segment in ctx.path_split @if idx > 0

/

@segment @end @end @else @if repo.is_public Public @else Private @end @end @if repo.user_id == ctx.user.id Settings @end
@{app.format_commits_count(repo, repo.primary_branch, ctx.lang)} @repo.format_nr_open_issues(ctx.lang) @repo.format_nr_open_prs(ctx.lang) @repo.format_nr_contributors(ctx.lang) @if repo.discussions_enabled() %discussions @end @if repo.projects_enabled() %projects @end %ci_label