{% trans "Connexion" %} :
{% if form.errors %}
{% trans "Mot de passe ou nom d'utilisateur incorrect" %}
{% endif %} {% if error %}{{ error }}
{% endif %}
{% if photo %}
{% endif %}
{% if photo.url %}
{% if photo.auteur %}{{photo.auteur}}{%endif%}
{% elif photo.auteur %}
{% else %}
{{photo.auteur}}
{% endif %}
