{% extends "front/front_base.html" %} {% load i18n %} {% load thumbnail %} {% load front_tags %} {% block title %}{% trans "front.home" %}{% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block js_declaration %} {{block.super}} {% endblock %} {% block body %} {{block.super}} {% if front_tags|length > 0 %}
{% trans 'Filter the medias by category' %} : {% for t in front_tags %}{{t}}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% trans 'All medias' %}
{% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}
{% trans 'All medias' %}
{% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}
{% if group.get_profile.description|length > 69 %}{{group.get_profile.description|safe|slice:":69"}}...{% else %}{{group.get_profile.description|safe}}{% endif %}