{% extends "base.html" %} {% load i18n thumbnail %} {% block head %} {% endblock %} {% block page-header %}{% endblock %} {% block main %}
{{ discover_item.title }}{{ discover_item.short_description }}
{% endfor %}{{ item.name }}
{% now "d/m/Y" as current_date %} {% if item.updated_at|date:"d/m/Y" == current_date %} {% blocktrans with timesince=item.updated_at|timesince %} {{ timesince }} ago {% endblocktrans %} {% else %} {{ item.updated_at|date:"d/m/Y" }} {% endif %}