{# TODO: show_replies_from #} {% import "macros.jinja" as macros %} {% macro sprite(name, size, class) %} {% endmacro %} {% set show_buttons = (current_user or static) and not hide_buttons %} {% set is_unavailable = molt is none or molt.author.banned or molt.author.deleted %} {% if not is_in_quote %} {% if molt.is_remolt %} {% set is_remolt = molt.is_remolt %} {% set remolt_shell = molt %} {% set molt = get_fast_molt(molt.original_molt_id, current_user) %} {% endif %} {% if molt.is_reply %} {% set original_molt = get_fast_molt(molt.original_molt_id, current_user) %} {% endif %} {% if molt.is_quote %} {% set quoted_molt = get_fast_molt(molt.original_molt_id, current_user) %} {% endif %} {% endif %} {% if molt and not (molt.is_reply and original_molt is none) %}
{% endif %}