{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load hk_generic %} {% block title %} {% trans 'Available lists' %} - {{ app_name|title }} {% endblock %} {% block content %}
{% trans 'List' %} | {% trans 'Description' %} | {% trans 'Activity in the past 30 days' %} |
---|---|---|
{% ifchanged mlist.name|first %}{% endifchanged %}
{% if mlist.is_new %}
{% trans 'new' %}
{% endif %}
{% if mlist.display_name %}
{{ mlist.display_name }}
{% else %}
{{ mlist.name|until:"@" }}
{% endif %}
{% if mlist.is_private %}
{% elif mlist.recent_threads_count == 0 %}
{% endif %}
{{ mlist.name }} |
{{ mlist.description|default_if_none:"" }} |
![]()
|
No archived list yet.
{% endif %}