openstackweb/registration/templates/Layout/Includes/CompanyAdmin.ss
2014-10-31 16:21:41 -03:00

11 lines
233 B
Scheme

<% if CompanyAdmin %>
<p></p>
<hr/>
<h2>Company Profiles You Administer</h2>
<ul class="LegalAgreements">
<% loop CompanyAdmin %>
<li><a href="{$EditLink}">$Name</a></li>
<% end_loop %>
</ul>
<% end_if %>