{% extends "base.html" %} {% block title %}My Votes - Governance Dashboard{% endblock %} {% block content %}
Voting is a fundamental right of all token holders in our governance system. Each vote carries weight proportional to your token holdings, ensuring fair representation. The voting statistics below show the community's collective decision-making across all proposals.
{{ total_yes_votes }}
{{ total_no_votes }}
{{ total_abstain_votes }}
Proposal | My Vote | Status | Voted On | Actions |
---|---|---|---|---|
{{ proposal.title }} | {{ vote.vote_type }} | {{ proposal.status }} | {{ vote.created_at | date(format="%Y-%m-%d") }} | View Proposal |
When you vote on proposals, they will appear here.
Browse Proposals