src/cm/templates/site/user_list.html
changeset 121 fafac127deb4
parent 44 c27132146767
child 316 a7c63de8abc5
equal deleted inserted replaced
120:5afc61269b10 121:fafac127deb4
   129             -->
   129             -->
   130             </script>
   130             </script>
   131             </th>
   131             </th>
   132             <th>{% up_down user__username %}{% blocktrans %}User{% endblocktrans %}{% endup_down %}</th>
   132             <th>{% up_down user__username %}{% blocktrans %}User{% endblocktrans %}{% endup_down %}</th>
   133             {% if SHOW_EMAILS_IN_ADMIN %}<th>{% up_down user__email %}{% blocktrans %}Email{% endblocktrans %}{% endup_down %}</th>{% endif %}
   133             {% if SHOW_EMAILS_IN_ADMIN %}<th>{% up_down user__email %}{% blocktrans %}Email{% endblocktrans %}{% endup_down %}</th>{% endif %}
   134             <th>{% up_down user__date_joined %}{% blocktrans %}Date joined{% endblocktrans %}{% endup_down %}</th>
   134             <th>{% up_down -user__date_joined %}{% blocktrans %}Date joined{% endblocktrans %}{% endup_down %}</th>
   135             <th>{% up_down role__name %}{% blocktrans %}Role{% endblocktrans %}{% endup_down %}</th>
   135             <th>{% up_down role__name %}{% blocktrans %}Role{% endblocktrans %}{% endup_down %}</th>
   136             <th>{% blocktrans %}Last week activity{% endblocktrans %}</th>
   136             <th>{% blocktrans %}Last week activity{% endblocktrans %}</th>
   137         </tr>
   137         </tr>
   138     </thead>
   138     </thead>
   139     <tbody>
   139     <tbody>