extend templates/layout.pug block content .container .center h1= project.name p.flow-text= project.description .row .col.s12 a.btn.black(href=`/projects/${project.id}/campaign`) funding campaign .row .col.s12 form(action=`/projects/${project.id}/spreadsheet`, method="post") button.btn.black(type="submit") export to spreadsheets .divider h2 Entries each projectArtifactVersion in project.projectArtifactVersions p.flow-text= projectArtifactVersion.artifactVersion.artifact.name .row .col.s12 a.btn.black(href=`/projects/${project.id}/add-artifact`) add from library .divider h2 Translation each projectTranslationArtifactVersion in project.projectTranslationArtifactVersions p.flow-text #{projectTranslationArtifactVersion.translationArtifactVersion.name} - #{projectTranslationArtifactVersion.translationArtifactVersion.artifactVersion.artifact.name} .row .col.s12 a.btn.black(href=`/projects/${project.id}/add-translation`) add translation //- TODO: Show project translation artifact versions //- TODO: Show project artifact versions