{{ t('title') }}

{{ t('description') }}

@if (loading) {
{{ t('loading') }}
} @if (!loading && changelog.length === 0) {
{{ t('empty') }}
} @if (!loading && changelog.length > 0) {
@for (release of changelog; track release) { }
}