{% extends 'moderation-view.html' %} {% block moderation_heading %} Molt: #{{molt.id}} {% endblock %} {% block moderation_content %} {% if molt %}

Reports: {{molt.reports}}
Status: {% if molt.deleted %} Deleted {% elif molt.approved %} Approved {% else %} Active {% endif %}

{% with static=True, hide_buttons=True, hide_border=True, always_show=True %} {% include 'molt.html' %} {% endwith %}
View Molt in new tab
{% include 'moderation-buttons-molt.html' %} {% with crab = molt.author %} {% include 'moderation-buttons-crab.html' %} {% endwith %}
{% else %} Molt not found. {% endif %} {% endblock %}