| {{ $t('Question') }} | {{ $t('Match Type') }} | {{ $t('Language') }} | {{ $t('Hits') }} | {{ $t('Status') }} | {{ $t('Actions') }} |
|---|---|---|---|---|---|
|
{{ reply.question }}
{{ truncateAnswer(reply.answer) }}
|
{{ reply.match_type }} | {{ reply.language.toUpperCase() }} | {{ reply.hit_count }} | {{ reply.is_active ? $t('Active') : $t('Inactive') }} |
|
| {{ $t('No saved replies found.') }} | |||||