{% extends 'components/card.html' %} {% load i18n %} {% load utilities %} {% block card-header %}
{% include 'snippets/status/header.html' with status=status %}
{% endblock %} {% block card-content %}{% endblock %} {% block card-footer %} {% if moderation_mode and perms.bookwyrm.moderate_post %} {% elif no_interact %} {# nothing here #} {% elif request.user.is_authenticated %} {% if not moderation_mode %} {% endif %} {% else %} {% endif %} {% endblock %} {% block card-bonus %} {% if request.user.is_authenticated and not moderation_mode and not no_interact %} {% endif %} {% endblock %}