equal
deleted
inserted
replaced
68 {% for hr in page.object_list %} |
68 {% for hr in page.object_list %} |
69 {% with hr.renkan as r %} |
69 {% with hr.renkan as r %} |
70 <tr class="border_bottom"> |
70 <tr class="border_bottom"> |
71 <td><a title="View renkan" href="{% url 'renkan_view' %}?rk_id={{ r.rk_id }}">{{ r.title }}</a></td> |
71 <td><a title="View renkan" href="{% url 'renkan_view' %}?rk_id={{ r.rk_id }}">{{ r.title }}</a></td> |
72 {% if not hide_favorite %} |
72 {% if not hide_favorite %} |
73 <td>{% if hr.favorite %}✓{% else %} {% endif %}</td> |
73 <td>{% if hr.favorite %}<span class="publish-renkan"> </span>{% else %} {% endif %}</td> |
74 {% endif %} |
74 {% endif %} |
75 <td>{{ r.owner.username }}</td> |
75 <td>{{ r.owner.username }}</td> |
76 <td>{{ r.modification_date|date:"Y-m-d H:i" }}</td> |
76 <td>{{ r.modification_date|date:"Y-m-d H:i" }}</td> |
77 <td>{% thumbnail r.image 100x100 as thumb %}<img src="{{ thumb.url }}" width="{{ thumb.width }}" height="{{ thumb.height }}" /></td> |
77 <td>{% thumbnail r.image 100x100 as thumb %}<img src="{{ thumb.url }}" width="{{ thumb.width }}" height="{{ thumb.height }}" /></td> |
78 <td class="renkan_list_actions"> |
78 <td class="renkan_list_actions"> |