@include 'layout/head.html' @include 'layout/header.html'
@include 'layout/repo_menu.html'

@{project.formatted_name()}

@if can_edit
@end
@if project.description != ''

@project.description

@end
@for cv in views

@cv.column.name

@if can_edit
@end
    @if cv.cards.len == 0
  • %project_column_empty
  • @end @for card in cv.cards
  • @card.title
    @if card.note != ''

    @card.note

    @end @if can_edit
    @end
  • @end
@if can_edit
@end
@end @if can_edit
@end
@include 'layout/footer.html'