#{{ p.id }}.
Deposit
Voting
Passed
Rejected
{{ p.title }}
Start Date
{{ formatDate(p.voting_start_time) }}
End Date
{{ formatDate(p.voting_end_time) }}
Deposit
{{ formatToken(p.total_deposit) || '-' }}
Turnout
{{ percent(p.tally.turnout) }}%
{{ percent(p.tally.yes) }}% voted Yes
{{ percent(p.tally.no) }}% voted No
{{ percent(p.tally.veto) }}% voted No With Veto
{{ percent(p.tally.abstain) }}% voted Abstain
{{ $t('btn_detail') }}
{{ $t('btn_deposit') }}
{{ $t('btn_vote') }}