{% 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 %}
{% endif %}
{% if static %}
{% set has_remolted = false %}
{% else %}
{% set has_remolted = molt.has_remolted %}
{% endif %}