{% set molt_owner = current_user and (molt.author.id == current_user.id) %} {% set remolt_owner = current_user and remolt_shell and (remolt_shell.author.id == current_user.id) %}
{% if molt_owner and molt.editable %}
{{ sprite('pencil', size=19, class="mini-molt-action-icon") }}
{% endif %}
{{ sprite('message', size=19, class="mini-molt-action-icon") }} {{molt.reply_count}}
{% include 'fast-molt-dropdown.html' %}