2 {% load username from common_tags %}
5 <td><input type="checkbox" name="select_chunk" value="{{image.id}}"/></td>
6 <td><a href="{% url 'catalogue_image' image.slug %}" title='{% trans "Image settings" %}'>[B]</a></td>
8 href="{% url 'wiki_img_editor' image.slug %}">
9 {{ image.title }}</a></td>
10 <td>{% if image.stage %}
14 <td class='user-column'>{% if image.user %}<a href="{% url 'catalogue_user' image.user.username %}">{{ image.user|username }}</a>{% endif %}</td>
16 {% if image.published %}P{% endif %}
17 {% if image.new_publishable %}p{% endif %}
18 {% if image.changed %}+{% endif %}
20 <td>{{ image.project.name }}</td>