equal
deleted
inserted
replaced
87 <li class="li_h2"> |
87 <li class="li_h2"> |
88 <h2>{% trans 'Medias annotated by the group' %} {{group.name}}</h2> |
88 <h2>{% trans 'Medias annotated by the group' %} {{group.name}}</h2> |
89 </li> |
89 </li> |
90 {% for content in content_list %} |
90 {% for content in content_list %} |
91 <li class="li_media"> |
91 <li class="li_media"> |
92 <a href="{% url 'ldt.ldt_utils.views.front.annot_content' content.iri_id %}">{% thumbnail content.image "134x75" format="PNG" crop="center" as im %}<img src="{{ im.url }}" class="img_media" width="{{ im.width }}" height="{{ im.height }}" alt="{% trans 'open this media' %}" title="{% trans 'open this media' %}">{% endthumbnail %}</a> |
92 <a href="{% url 'ldt.ldt_utils.views.front.all_projects_for_media' content.iri_id %}">{% thumbnail content.image "134x75" format="PNG" crop="center" as im %}<img src="{{ im.url }}" class="img_media" width="{{ im.width }}" height="{{ im.height }}" alt="{% trans 'open this media' %}" title="{% trans 'open this media' %}">{% endthumbnail %}</a> |
93 <div class="bulle_annot" title="{% blocktrans count nb=content.nb_annotations %}{{nb}} annotation on this media{% plural %}{{nb}} annotations on this media{% endblocktrans %}">{{content.nb_annotations}}</div> |
93 <div class="bulle_annot" title="{% blocktrans count nb=content.nb_annotations %}{{nb}} annotation on this media{% plural %}{{nb}} annotations on this media{% endblocktrans %}">{{content.nb_annotations}}</div> |
94 <p><a href="{% url 'ldt.ldt_utils.views.front.annot_content' content.iri_id %}" title="{% trans 'open this media' %}"><b>{% if content.title|length > 69 %}{{content.title|slice:":69"}}...{% else %}{{content.title}}{% endif %}</b></a></p> |
94 <p><a href="{% url 'ldt.ldt_utils.views.front.all_projects_for_media' content.iri_id %}" title="{% trans 'open this media' %}"><b>{% if content.title|length > 69 %}{{content.title|slice:":69"}}...{% else %}{{content.title}}{% endif %}</b></a></p> |
95 <p class="font_11">{% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}</p> |
95 <p class="font_11">{% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}</p> |
96 </li> |
96 </li> |
97 {% endfor %} |
97 {% endfor %} |
98 <li class="li_h2"> |
98 <li class="li_h2"> |
99 <h2><a href="{% url 'ldt.ldt_utils.views.front.group_info' group.id %}">{% trans "See all the group's projects" %}</a></h2> |
99 <h2><a href="{% url 'ldt.ldt_utils.views.front.group_info' group.id %}">{% trans "See all the group's projects" %}</a></h2> |