{{template "repo/settings/layout_head" (dict "ctxData" . "pageClass" "repository settings lfs")}}

{{ctx.Locale.Tr "repo.settings.lfs"}} / {{ctx.Locale.Tr "repo.settings.lfs_locks"}} ({{ctx.Locale.Tr "admin.total" .Total}})

{{$.CsrfTokenHtml}}
{{range $index, $lock := .LFSLocks}} {{else}} {{end}}
{{if index $.Linkable $index}} {{svg "octicon-file"}} {{$lock.Path}} {{else}} {{svg "octicon-diff"}} {{$lock.Path}} {{end}} {{if not (index $.Lockables $index)}} {{svg "octicon-alert"}} {{end}} {{ctx.AvatarUtils.Avatar $.Owner}} {{$.Owner.DisplayName}} {{TimeSince .Created ctx.Locale}}
{{$.CsrfTokenHtml}}
{{ctx.Locale.Tr "repo.settings.lfs_locks_no_locks"}}
{{template "base/paginate" .}}
{{template "repo/settings/layout_footer" .}}