app/soc/templates/soc/notification/list/row.html
changeset 1889 4356a9201d20
parent 1887 8b71f4e58f39
child 2284 e7bb719e2539
equal deleted inserted replaced
1888:ef350db7f753 1889:4356a9201d20
     3   <td align="right"><div class="name"><a class="noul"
     3   <td align="right"><div class="name"><a class="noul"
     4          href="{{ list.redirect }}">
     4          href="{{ list.redirect }}">
     5          {% if list.item.from_user %}
     5          {% if list.item.from_user %}
     6            {{ list.item.from_user.name }}
     6            {{ list.item.from_user.name }}
     7          {% else %}
     7          {% else %}
     8            Anonymous
     8            {{ site_name }}
     9          {% endif %}
     9          {% endif %}
    10          </a>
    10          </a>
    11      </div>
    11      </div>
    12   </td>
    12   </td>
    13   <td><div class="subject">{{ list.item.subject }}</div></td>
    13   <td><div class="subject">{{ list.item.subject }}</div></td>