@if (mails && mails.length > 0) {
{{ category.name }}
{{ pagination.startIndex + 1 }} - {{ pagination.endIndex + 1 }} of {{ pagination.totalResults }}
@if (mailsLoading) { }
} @else {
There are no e-mails
} @if (mails && mails.length > 0) {
}