numbers.html 386 B

12345678910
  1. <div class="numbs">
  2. <p>
  3. {{ _s('<b>%s</b> sites are using this notification').replace("%d","%s").format(numbers.sites) | safe }}
  4. </p>
  5. <p>
  6. <a href="stats.html" style="text-decoration: none; color:#333;">
  7. {{ _s('<b>%s</b> visitors have already updated their browser').replace("%d","%s").format(numbers.updates) | safe }}
  8. </a>
  9. </p>
  10. </div>