src/hdalab/templates/renkan_list.html
changeset 607 17f3582ecdb1
parent 586 32d9c3ff86eb
child 614 40e125004a0b
equal deleted inserted replaced
606:81c38a9e8513 607:17f3582ecdb1
    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 %}&nbsp;{% endif %}</td>
    73             <td>{% if hr.favorite %}<span class="publish-renkan">&nbsp;</span>{% else %}&nbsp;{% 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">