{{i18n.texts.publications.checklist}}
{{i18n.texts.buttons.close}} @let texts = i18n.texts.publications.checklist_items[item];
{{ texts.title }}
@if (value) {
} @if (texts.description_start || texts.description_bullets || texts.description_end) {
@if (texts.description_start) {
{{ texts.description_start }}
} @if (texts.description_bullets) {
    @for (bullet of texts.description_bullets; track $index) {
  • }
} @if (texts.description_end) {
{{ texts.description_end }}
}
}
@if (trail) { } @if (trail) { } @if (trail) { {{ trail.date ? i18n.timestampToDateTimeString(trail.date) : i18n.texts.publications.checklist_items.date.set_date }} } @if (trail) { {{ trail.location.length > 0 ? trail.location : i18n.texts.publications.checklist_items.location.set_location }} } @if (trail) { {{ trail.activity ? i18n.texts.activity[trail.activity] : '' }} }