- {title}
+ {title}
- Total: {_voters} voters. {_qvResults} votes ({fromWei(_results)} SNT)
+ Total: {_voters} voters. {_qvResults} votes ({(_results)} SNT)
+
+
+ SNT available for voting: {(balance - votedSNT).toFixed(2)} of {(parseFloat(balance).toFixed(2))} SNT
- { _numBallots > 0 && ballots.map((opt, i) => {opt.toString()}
) }
-
- Your vote: {value} votes ({value * value} SNT)
-
+ { _numBallots > 0 &&
+ ballots.map((opt, i) => {
+ return
+ {opt.toString()}
+ {!cantVote }
+
+
+ })
+ }
+
+
+
+
{cantVote &&
{balance == 0 && Voting disabled for proposals made when there was no SNT in the account}
{balance != 0 && !_canVote && You can not vote on this poll}
}
{error && {error}}
+
{ideaSite && ideaSite.length > 0 && {ideaSite}}
{ideaSite &&
{!cantVote &&