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

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

{% for error in form.locales.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 %}
{% endfor %} {% endblock %}