4 <ul class='wall' style='padding-left: 0; list-style: none;'>
 
   6     <li style='clear: left; border-top: 1px dotted gray;  padding-bottom:1em; margin-bottom: 1em;'>
 
   7         <div style='float: left;margin-right: 1em;'>
 
   8             {% if item.get_email %}
 
   9                 {% gravatar_img_for_email item.get_email 32 %}
 
  13             <!--img src='{{ STATIC_URL }}img/wall/{{ item.tag}}.png' alt='{% trans item.tag %}' /-->
 
  16         <span style='float:right'>{{ item.timestamp }}</span>
 
  17         <h3>{{ item.header }}</h3>
 
  19             <a href="{% url catalogue_user item.user.username %}">
 
  20             {{ item.user.first_name }} {{ item.user.last_name }}</a>
 
  21             <{{ item.user.email }}>
 
  24             {% if item.get_email %}
 
  25                 <{{ item.get_email }}>
 
  28         <br/><a target="_blank" href='{{ item.url }}'>{{ item.title }}</a>
 
  29         <br/>{{ item.summary }}