{{ _('Comentarios') }}

{% if article.comments %} {% for comment in article.comments %}

{% if comment.avatar %} {{ _('Avatar de %(user)s', user=comment.author) }} {% else %} {{ _('Avatar predeterminado para %(user)s', user=comment.author) }} {% endif %}

{% if comment.web %}

{{ comment.author }}

{% else %}

{{ comment.author }}

{% endif %}
{{ comment.content }}
{% endfor %} {% endif %}
{% if RELATIVE_URLS == False %} {% else %} {% endif %}

{{ _('Puede formatear su comentario con') }} Markdown. {{ _('Avatar desde') }} Libravatar

{% if DEFAULT_LANG == 'en' %} {{ _('Política de uso') }} {% elif DEFAULT_LANG == 'fr' %} {{ _('Política de uso') }} {% else %} {{ _('Política de uso') }} {% endif %}