You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/templates/widgets/admin_reseller_overview.tt

23 lines
1.1 KiB

<div class="plan-container">
<div class="plan">
<div class="plan-header">
<div class="plan-title">[% c.loc('Resellers') %]</div>
<div class="plan-price">
<span>[% resellers.count %]</span>
<span class="term">[% resellers.count == 1 ? c.loc('Reseller') : c.loc('Resellers') %]</span>
</div>
</div>
<div class="plan-features">
<ul>
<li><strong>[% domains.count %]</strong> [% domains.count == 1 ? c.loc('Domain') : c.loc('Domains') %]</li>
<li><strong>[% customers.count %]</strong> [% customers.count == 1 ? c.loc('Customer') : c.loc('Customers') %]</li>
<li><strong>[% subscribers.count %]</strong> [% subscribers.count == 1 ? c.loc('Subscriber') : c.loc('Subscribers') %]</li>
</ul>
</div>
<div class="plan-actions">
<a href="[% c.uri_for('/reseller') %]" class="btn">[% c.loc('Configure') %]</a>
</div>
</div>
</div>
[% # vim: set tabstop=4 syntax=html expandtab: -%]