diff -r c464acb185d6 -r a2f72b31811b src/ldt/ldt/ldt_utils/templates/front/front_group.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_group.html Thu Jan 19 10:48:06 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_group.html Thu Jan 19 16:46:06 2012 +0100 @@ -19,9 +19,9 @@ {% for content in content_list %}
  • - {% thumbnail content.image "134x75" format="PNG" crop="center" as im %}{% endthumbnail %} -
    {{content.nb_annotation}}
    -

    {% if content.title|length > 69 %}{{content.title|slice:":69"}}...{% else %}{{content.title}}{% endif %}

    + {% thumbnail content.image "134x75" format="PNG" crop="center" as im %}{% trans 'open this media' %}{% endthumbnail %} +
    {{content.nb_annotation}}
    +

    {% if content.title|length > 69 %}{{content.title|slice:":69"}}...{% else %}{{content.title}}{% endif %}

    {% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}

  • {% endfor %} @@ -36,7 +36,7 @@

    {{group.profile.description|safe}}

    - {% thumbnail group.profile.image "54x40" format="PNG" crop="center" as im %}{{content.title}}{% endthumbnail %} + {% thumbnail group.profile.image "54x40" format="PNG" crop="center" as im %}{{content.title}}{% endthumbnail %}

     

    @@ -45,7 +45,7 @@