Files
atst/templates/fragments/primary_point_of_contact.html
2019-03-18 15:12:39 -04:00

24 lines
539 B
HTML

<div class="panel">
<div class="panel__content">
<h2>Primary Point of Contact</h2>
<p>The PoC has the ability to edit all aspects of a portfolio.</p>
<p>
<strong>
{{ portfolio.owner.first_name }}
{{ portfolio.owner.last_name }}
</strong>
<br />
{{ portfolio.owner.email }}
<br />
{{ portfolio.owner.phone_number | usPhone }}
</p>
<div class="flex-reverse-row">
<a class="usa-button-primary">
Update Primary PoC
</a>
</div>
</div>
</div>