{% extends 'default/layout.html.twig' %} {% block title %}{{'Edit sensitive'|trans }} - {{'Torrent'|trans }} #{{ torrentId }} - {{ name }}{% endblock %} {% block main_content %}

{{'Edit sensitive status for torrent'|trans }} #{{ torrentId }}

{% for edition in editions %}
{% if edition.active %} {{ edition.added | format_ago }} {% else %} {{ edition.added | format_ago }} {% endif %} {{ 'by'|trans }} {{'identicon'|trans }}
{% if session.moderator or session.owner %} {% endif %} {% if edition.approved %} {% if session.moderator %} {% else %} {% endif %} {% else %} {% if session.moderator %} {% else %} {% endif %} {% endif %}
{% endfor %} {% endblock %}