{% import "macros.jinja" as macros %} {% set is_quote = molt.is_quote %} {% set is_remolt = molt.is_remolt %} {% set is_reply = molt.is_reply %} {% if is_remolt %} {% set remolt_shell = molt %} {% set molt = molt.original_molt %} {% endif %} {# MOLT AUTHOR OPTIMIZATION #} {% set author = molt.get_author() %}
This Molt has been deleted.
{% elif author.deleted or author.banned %}This Molt is no longer available.
{% else %} {% endif %} {% endwith %}{{molt.rich_content()|safe}}
{% if molt.image %}