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

Admin panel

Settings | Users | Statistics
.clog-block { @for user in users .clog {
.data-user { .avatar { } }
.clog-block data-emails {
    @for email in user.emails
  • @email.email
  • @end
}
} @end }
@if is_first_page Prev @else Prev @end @page of @page_count @if is_last_page Next @else Next @end
@js '/js/users.js' @include '../layout/footer.html'