Form:Add funding history: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 8: | Line 8: | ||
<h3>Funding History</h3> | <h3>Funding History</h3> | ||
<div style="display:none"> | |||
{{{for template|Startup/Investor table}}} | {{{for template|Startup/Investor table}}} | ||
{{{field|investors|holds template}}} | {{{field|investors|holds template}}} | ||
{{{end template}}} | {{{end template}}} | ||
</div> | |||
{{{for template|Startup/InvestorEntry|multiple|embed in field=Startup/Investor table[investors]|format=template}}} | |||
{{{intro template}}} | |||
<table class="wikitable" style="width: 100%;"> | |||
<thead> | |||
<tr> | |||
<th style="width: 50%;">Investor</th> | |||
<th style="width: 30%;">Round</th> | |||
<th style="width: 20%;">Actions</th> | |||
</tr> | |||
</thead> | |||
<tbody> | |||
{{{end intro template}}} | |||
<tr> | |||
<td>{{{field|investor|input type=text|values from category=Investors|mandatory|size=40}}}</td> | |||
<td>{{{field|round|input type=combobox|values from property=HasFunding_Round|mandatory|size=20}}}</td> | |||
<td></td> | |||
</tr> | |||
{{{outro template}}} | |||
</tbody> | |||
</table> | |||
{{{end outro template}}} | |||
{{{end template}}} | {{{end template}}} | ||
{{{standard input|save}}} | {{{standard input|save}}} | ||
{{{standard input|cancel}}} | {{{standard input|cancel}}} | ||