Random sound of the day
{% if random_sound %} {% display_raw_sound random_sound %} {% else %}We're still choosing a random sound... check back soon! {% endif %}
Latest sounds
{% for latest_addition, sound_obj in latest_sounds %}
{% display_raw_sound sound_obj %}
{% if latest_addition.extra %}
{{latest_addition.extra}} more sounds from {{latest_addition.username}} in the last 48 hours
{% endif %}
{% empty %}

No sounds in the database! {% endfor %}
Most downloaded sounds (uploaded in the last week)
{% for sound in popular_sounds %} {% display_raw_sound sound %} {% empty %}No sounds in the database! {% endfor %}