src/cm/templates/site/text_list.html
changeset 147 286863e6e2c1
parent 121 fafac127deb4
child 193 e403cc287ea6
equal deleted inserted replaced
146:51c34f5970c2 147:286863e6e2c1
   134                 </th>
   134                 </th>
   135             {% endif %}        
   135             {% endif %}        
   136             <th>{% up_down title %}{% blocktrans %}Text{% endblocktrans %}{% endup_down %}</th>
   136             <th>{% up_down title %}{% blocktrans %}Text{% endblocktrans %}{% endup_down %}</th>
   137             <th>{% blocktrans %}Author{% endblocktrans %}</th>
   137             <th>{% blocktrans %}Author{% endblocktrans %}</th>
   138             <th>{% up_down -modified %}{% blocktrans %}Modified{% endblocktrans %}{% endup_down %}</th>
   138             <th>{% up_down -modified %}{% blocktrans %}Modified{% endblocktrans %}{% endup_down %}</th>
   139             <th># {% blocktrans %}comments{% endblocktrans %}</th>
   139             <th>{% blocktrans %}# comments{% endblocktrans %}</th>
   140             {% if can_manage_workspace %}<th>{% blocktrans %}Last week activity{% endblocktrans %}</th>{% endif %}
   140             {% if can_manage_workspace %}<th>{% blocktrans %}Last week activity{% endblocktrans %}</th>{% endif %}
   141         </tr>
   141         </tr>
   142     </thead>
   142     </thead>
   143     <tbody>
   143     <tbody>
   144         {% for text in object_list %}
   144         {% for text in object_list %}