@if (feedback) {
@if (feedback.rate !== undefined) { }
{{ feedback.alias || i18n.texts.pages.preferences.anonymous }} @if (feedback.you) { ({{ i18n.texts.pages.trail.sections.comments.you }}) }
@if (!feedback.comment && feedback.rate === undefined) {
{{ i18n.texts.pages.trail.sections.comments.has_done_this_trail }}
}
@if (feedback.comment) {
{{ feedback.comment }}
}
@for (reply of feedback.replies; track reply.uuid) {
{{ reply.alias || i18n.texts.pages.preferences.anonymous }} @if (reply.you) { ({{ i18n.texts.pages.trail.sections.comments.you }}) }
{{ reply.comment }}
} @if (replyShown) {
} }