CRM-14486 - ts and link for empowered by image
[civicrm-core.git] / templates / CRM / common / cidzero.tpl
1 {if !empty($nocid)}
2 <div class="crm-other-contact-row messages status">
3 <span>{ts}You are completing this form on behalf of someone else. Please enter their details.</span>{/ts}
4 {if !empty($selectable)}
5 <div class="crm-contact-select-row">
6 <div class="crm-content">
7 {$form.select_contact_id.html}
8 </div>
9 </div>
10 {/if}
11 </div>
12 {/if}