{% extends 'default/layout.html.twig' %} {% block title %}{{'Edit torrent locales'|trans }} - {{ 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 edition.approved %} {% else %} {% endif %}
{% endfor %} {% endblock %}