<div class="content centered">
  <h2 class="top">New events for {{appInfo.name}} since your last visit <span class="timeago" title="{{convertTimestampToISO stats.since}}">{{stats.since}}</span></h2>

  {{#if emailTransportNotConfigured}}
  <div class="alert alert-error">
    <button type="button" class="close" data-dismiss="alert">&times;</button>
    <ul>
      <li>
        <a href="/plugins/appconfig"><strong>Appconfig:</strong><br>
        Emails cannot be sent, please configure email transport.</a>
      </li>
    </ul>
  </div>
  {{/if}}
  <div class="alert alert-info">
    <button type="button" class="close" data-dismiss="alert">&times;</button>
    <ul>
      <li>Plugin Signup confirmation reports: New user confirmed! (about 6 hours ago)</li>
    </ul>
  </div>

  <div class="row-fluid statistics">
    <div class="panel span4 {{positiveSuccessNegativeWarning stats.signups}}">
      <span>New signups/past 30 days</span>
      <h1>{{stats.signups}}</h1>
    </div>
    <div class="panel span4 {{positiveWarningNegativeSuccess stats.account_deletions}}">
      <span>Account deletions/past 30 days</span>
      <h1>{{stats.account_deletions}}</h1>
    </div>
    <div class="panel span4 {{positiveSuccessNegativeWarning stats.growth}}">
      <span>Growth/past 30 days</span>
      <h1>{{stats.growth}}%</h1>
    </div>
  </div>
  <div class="row-fluid statistics">
    <div class="panel info span4">
      <span>Total Users</span>
      <h1>{{stats.users_total}}</h1>
    </div>
    <div class="panel info span4">
      <span>Active Users / past 30 days</span>
      <h1>{{stats.users_active}}</h1>
    </div>
    <div class="panel span4 {{positiveSuccessNegativeWarning stats.active}}">
      <span>Activity / past 30 days</span>
      <h1>{{stats.active}}%</h1>
    </div>
  </div>
</div>
