{{#if kredits.hasAccounts }}
{{#if kredits.currentUser }} {{ kredits.currentUser.name }} {{#if kredits.currentUserIsCore }} (core) {{/if}} Account: {{kredits.currentUser.address}} {{/if}}
{{/if}}

Kosmos Contributors

{{contributor-list contributors=contributorsSorted}}

{{model.totalSupply}} kredits issued and distributed among {{contributorsWithKredits.length}} contributors.

{{#if proposalsOpen}}

Open Proposals

{{proposal-list proposals=proposalsOpenSorted confirmAction="confirmProposal" contractInteractionEnabled=contractInteractionEnabled}} {{#if contractInteractionEnabled}}

{{#link-to 'proposals.new'}}Create new proposal{{/link-to}}

{{/if}}
{{/if}}

Closed Proposals

{{proposal-list proposals=proposalsClosedSorted confirmAction="confirmProposal"}} {{#if contractInteractionEnabled}}

{{#link-to 'proposals.new'}}Create new proposal{{/link-to}}

{{/if}}

Add Contributor

{{add-contributor contributors=model.contributors newContributor=model.newContributor contractInteractionEnabled=contractInteractionEnabled}}