{{'admin.shortened_urls' | i18n}}

{{'admin.shortened_urls.search' | i18n}}
@if (!!shortenedUrls) {
@if (shortenedUrls.content.length > 0) {
{{'admin.shortened_urls.code' | i18n}} {{url.code}} {{'admin.shortened_urls.url' | i18n}} {{url.url}} {{'admin.shortened_urls.owner' | i18n}} {{url.owner}} {{'admin.shortened_urls.created' | i18n}} {{url.created | date:'short'}} {{'admin.actions' | i18n}}
} @if (shortenedUrls.content.length === 0) {

{{'admin.shortened_urls.no_urls' | i18n}}

}
}