{% if featured_aotm %}
Album of the Month [Discuss]
{{ featured_aotm.artist_name }} - {{ featured_aotm.Name }}
{% endif %} {% if featured_showcase %}
Showcase [Discuss]
{{ featured_showcase.artist_name }} - {{ featured_showcase.Name }}
{% endif %} {% if viewer.permitted('users_mod') %} {% set read = staff_blog.readBy(viewer) %}
Latest staff blog posts
    {% for article in staff_blog.blogList[0:5] %} {% set unread = read < article.epoch %}
  • {%- if unread %}{% endif -%} {{ article.title }} {%- if unread %}{% endif -%}
  • {% endfor %}
{% endif %}
Latest blog posts
    {% for article in blog.headlines[0:5] %}
  • {{ article.1 }}
  • {% endfor %}
{% if leaderboard %}
Contest Leaderboard
{% for entry in leaderboard %} {% endfor %}
{{ entry.username }} {{ entry.entry_count }}
View More
{% endif %}
Stats
    {% if constant('USER_LIMIT') > 0 %}
  • Maximum users: {{ constant('USER_LIMIT')|number_format }}
  • {% endif %}
  • Enabled users: {{ user_count|number_format }} Details
  • Users active today: {{ user_stats.Day }} ({{ (user_stats.Day / user_count * 100)|number_format(2) }}%)
  • Users active this week: {{ user_stats.Week }} ({{ (user_stats.Week / user_count * 100)|number_format(2) }}%)
  • Users active this month: {{ user_stats.Month }} ({{ (user_stats.Month / user_count * 100)|number_format(2) }}%)
  • Torrents: {{ torrent_stats.torrentCount|number_format }}
  • Releases: {{ torrent_stats.albumCount|number_format }}
  • Artists: {{ torrent_stats.artistCount|number_format }}
  • "Perfect" FLACs: {{ torrent_stats.perfectCount|number_format }}
  • Collages: {{ collage_count|number_format }}
  • Requests: {{ request_stats.requestCount|number_format }} ({{ request_stats.filledPercent|number_format(2) }}% filled)
  • {% if snatch_stats %}
  • Snatches: {{ snatch_stats|number_format }}
  • {% endif %}
  • Peers: {{ torrent_stats.peerCount|number_format }}
  • Seeders: {{ torrent_stats.seederCount|number_format }}
  • Leechers: {{ torrent_stats.leecherCount|number_format }}
  • Seeder/leecher ratio: {{ ratio(torrent_stats.leecherCount, torrent_stats.seederCount)|raw }}
{%- if poll -%}
Poll{% if poll.is_closed %} [Closed]{% endif %}

{{ poll.question }}

{% if poll.user_vote or poll.is_closed %}
    {% for id, vote in poll.tally %}
  • {%- if id == poll.user_vote %}» {% endif -%} {{ vote.answer }} ({{ vote.percent|number_format(2) }}%)

  • {% endfor %}
Votes: {{ poll.votes_total|number_format }}
{% else %}
{% for id, vote in poll.tally %}
{% endfor %}


{% endif %}
Topic: Visit
{% endif -%}