{% 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() %}
{% if molt.deleted %} This Molt has been deleted {% else %} {% if is_reply %} {% with molt = molt.original_molt, author = molt.original_molt.get_author() %} {% if molt.deleted %}

This Molt has been deleted.

{% elif author.deleted or author.banned %}

This Molt is no longer available.

{% else %}
{{author.display_name}} {% if author.verified %} {{macros.verified(17)}} {% endif %} @{{author.username}} · {{molt.pretty_age}} {% if molt.nsfw %} {% include 'nsfw-badge.html' %} {% endif %}

{{molt.rich_content()|safe}}

{% endif %} {% endwith %}
{% endif %}
{{author.display_name}} {% if author.verified %} {{macros.verified(17)}} {% endif %} @{{author.username}} · {{molt.pretty_age}} {% if molt.nsfw %} {% include 'nsfw-badge.html' %} {% endif %}

{{molt.rich_content()|safe}}

{% if molt.image %}
{{molt.image | alt_text}} {% if molt.nsfw %} NSFW {% endif %}
{% endif %}
{% if is_quote and not is_in_quote %}
{% with molt = molt.original_molt, hide_border = True, hide_buttons = True, is_in_quote=True %} {% include 'molt.html' %} {% endwith %}
{% endif %}
{{molt.reply_count}}
{% endif %}