{% load i18n tz highlight %}

{% if query %} {% highlight result.title with query %} {% else %} {{result.title}} {% endif %}

{% with result.description|truncatechars:"140"|default_if_none:"a" as description %} {% if query %} {% highlight description with query %} {% else %} {{description}} {% endif %} {% endwith %}

{% trans "Since" %}: {{ result.created|date:"d F Y" }}
{% trans "Registred in" %}: {% trans "Code" %}