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/reseller_domain_overview.tt

22 lines
951 B

<div class="plan-container">
<div class="plan">
<div class="plan-header">
<div class="plan-title">[% c.loc('Domains') %]</div>
<div class="plan-price">
<span>[% domains.count %]</span>
<span class="term">[% domains.count == 1 ? c.loc('Domain') : c.loc('Domains') %]</span>
</div>
</div>
<div class="plan-features">
<ul>
<li><strong>[% rwr_sets.count %]</strong> [% rwr_sets.count == 1 ? c.loc('Rewrite Rule Set') : c.loc('Rewrite Rule Sets') %]</li>
<li><strong>[% sound_sets.count %]</strong> [% sound_sets.count == 1 ? c.loc('Sound Set') : c.loc('Sound Set') %]</li>
</ul>
</div>
<div class="plan-actions">
<a href="[% c.uri_for('/domain') %]" class="btn">[% c.loc('Configure') %]</a>
</div>
</div>
</div>
[% # vim: set tabstop=4 syntax=html expandtab: -%]