Filter By:
@if (filteredPolls.length > 0) { @for (poll of filteredPolls; track $index; let last = $last) {
{{ poll.id }}

{{ poll.title }}

{{ poll.description }}

avatar-7 {{ poll.name }} Posted on: {{ poll.date }} {{ poll.tag }} Comments: {{ poll.comments }} Ends in: {{ poll.endDays }} days Votes: {{ poll.votes }} {{ toTitleCase(poll.status) }}

@if (poll.isCompleted) { }
} } @else {

No results found

}