Your account {{ address }} has {{ Math.round(10000*value)/10000 }} ether(s).

{{ currentCommitment.title }}

Deposited {{ currentCommitment.deposit }} ether(s)

Planned to finish in {{ currentCommitment.daysCount }} day(s)

Started at {{ moment(currentCommitment.startedAt).format('MMMM Do YYYY') }}

To be finished at {{ moment(currentCommitment.finishedAt).format('MMMM Do YYYY') }}

Guarded by {{ currentCommitment.guardian == app.address ? 'You' : currentCommitment.guardian ? currentCommitment.guardian.substr(0,10) + '...' + currentCommitment.guardian.substr(30,12) : 'None' }}

Daily reports

Day # Completed Reported at
{{ report.day + 1 }} {{ report.completed }} {{ report.reportedAt ? moment(report.reportedAt).format('h:mm:ss a') : 'None' }}
Create Commitment