contract level sponsorship, so as soon as the sponsorship
details above have been verified, an invoice should be generated.
</p>
-<p>
- Once generated, the invoice will automatically
- be emailed to the sponsor, as well as show up on their dashboard. Once
- the invoice is paid, the sponsorship will automatically become confirmed.
-</p>
{%else%}{%comment%}no invoice, not instant, so awaiting contract{%endcomment%}
{%if sponsor.signmethod == 0%}
<p>
{%endif%}
<form method="post" action=".">{%csrf_token%}
{%if sponsor.level.levelcost %}
-<input type="submit" name="submit" value="Generate sponsorship invoice" class="btn btn-default{%if sponsor.signmethod == 0%} confirm-btn{%endif%}"{%if sponsor.signmethod == 0%} data-confirm="This sponsor is using a digital contract! Normally invoicing/confirmation is automatic through that system and you should *not* do it manually. are you sure you want to proceed?"{%endif%}>
+<p>
+ Once generated, the invoice will automatically
+ be emailed to the sponsor, as well as show up on their dashboard. Once
+ the invoice is paid, the sponsorship will automatically become confirmed.
+</p>
+<input type="submit" name="submit" value="Generate sponsorship invoice" class="btn btn-default{%if sponsor.signmethod == 0 or sponsor.explicitcontract == 1 or sponsor.level.contractlevel == 2%} confirm-btn{%endif%}"{%if sponsor.signmethod == 0%} data-confirm="This sponsor is using a digital contract! Normally invoicing/confirmation is automatic through that system and you should *not* do it manually. are you sure you want to proceed?"{%elif sponsor.level.contractlevel == 2 or sponsor.explicitcontract == 1%} data-confirm="This sponsorship expects a signed and coutersigned contract before generating the invoice. Proceed?"{%endif%}>
{%else%}
<input type="submit" name="submit" value="Confirm sponsorship without invoice" class="btn btn-default confirm-btn" data-confirm="Once confirmed, there is no going back!">
{%endif%}
No contract needed for this level.
{%elif sponsor.level.contractlevel == 1 and not sponsor.explicitcontract %}
Click-through contract completed. {%if not sponsor.confirmed%}<form class="inline-block-form" method="post" action="resendcontract/">{% csrf_token %}<input type="submit" class="btn btn-sm btn-default confirm-btn" value="Re-send contract anyway" data-confirm="Are you sure you want to re-send a new contract to this sponsor?{%if sponsor.signmethod == 0%} {{conference.contractprovider.implementation.resendprompt}}{%endif%}"></form>{%endif%}
- {%else%}{%comment%}Full contract{%endcomment%}
+ {%elif sponsor.level.contractlevel == 2 or sponsor.explicitcontract %}{%comment%}Full contract, or explicit contract{%endcomment%}
{%if sponsor.signmethod == 0%}
Digital contract.<br/>
{%if sponsor.contract.completed%}Signed ({{sponsor.contract.firstsigned}}) and countersigned ({{sponsor.contract.completed}}).