{% if ml.description %}
{{ml.description | md}}
{% endif %}
{% if current_user and not ml.mirror_id %}
{% if subscription %}
{% else %}
{% endif %}
{% else %}
{% set subscribe_address = post_address(ml, suffix="+subscribe") %}
{% set posting_address = post_address(ml) %}
{% if subscribe_address and ListAccess.browse in access %}
Subscribe {{icon("caret-right")}}
{% endif %}
{% if ListAccess.post in access and posting_address %}
New post {{icon("caret-right")}}
{% endif %}
{% endif %}
{% if ListAccess.post in access %}
Please review our
mailing list etiquette
guide and ensure your email client is correctly configured before
posting. Thanks!
{% endif %}
{% else %}
{% endif %}
{% if ListAccess.browse in access %}
{% if any(threads) or search %}
{% endif %}
{% if ml.import_in_progress %}
An import operation is currently in progress.
{% endif %}
{% if any(threads) %}
{% if view == "archives" %}
{% elif view == "patches" %}
{% elif view == "patches" %}
{% endif %}
{% elif ml.mirror_id and not ml.mirror.configured %}
{% if ml.mirror.configure_attempts >= 2 %}
There was a problem configuring this mirror. Please
contact support.
{% else %}
This mirror is still being configured with the remote mail server. If
this process doesn't complete within a few hours, please
contact support.
{% endif %}
{% else %}
{% if search %}
Nothing found.
{% elif view == "patches" %}
No patches have been posted to this list yet.
{% else %}
No one has posted to this list yet.
{% endif %}
{% endif %}
{% else %}
This list has restricted browsing, you cannot view the archives.