{% load i18n tz highlight %} {% block content %}
{{ modified|date:"d F Y"|default_if_none:"" }} {% if modified_time %} {% trans "at" %} {{result.modified|date:"h:m" }} {% endif %} {{author|safe|default_if_none:""}}

{% if title %} {% highlight title with query %} {% endif %}

{% if description != "None" %} {% highlight description with query %} {% endif %}

{% if registered_in %} {% trans "Registred in" %}: {% trans registered_in %} {% endif %}

{% endblock content %}