{% load i18n %}

{% trans 'Articles' %}

{% if results %} {% else %}

{% trans 'No article found' %} :(

{% endif %}