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

{{'Edit poster for torrent' | trans }} #{{ torrentId }}

{% for error in form.poster.error %}
{{ error }}
{% endfor %}
{% 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 %}
{% if edition.active %}
{% endif %}
{% endfor %} {% endblock %}