1 {% load extra_tags %}
\r 
   2 <div class='post-update-info'>
\r 
   3     <p style="line-height:12px;">
\r 
   4         <strong>{% diff_date revision.revised_at %}</strong>
\r 
   6     {% gravatar revision.author 32 %}
\r 
   7     <p><a href="{{ revised_at.author.get_profile_url }}">{{ revision.author.username }}</a><br/>
\r 
   8     {% get_score_badge revision.author %}</p>
\r