{{ _('Modificado el') }}
{% endif %} {% if not HIDE_AUTHORS and article.authors %} {% for author in article.authors %}{{ author }}{% if not loop.last %}, {% endif %}
{% endfor %} {% endif %} {% import 'translations.html' as translations with context %} {% if translations.translations_for(article) %} {{ translations.translations_for(article) }} {% else %} {% endif %}