{% include "question/answer_author_info.html" %}
{% if answer.id in published_answer_ids %}

{% trans %}This response is published{% endtrans %}

{% endif %} {{ answer.summary }}
{% if answer.attached_file %}
Un {{ answer.attached_file.kind_label }} est attaché : {{ answer.attached_file.title }} (prévisualiser) (télécharger)
{% endif %}
{% include "question/answer_controls.html" %}
{% include "question/answer_comments.html" %}