src/cm/templates/site/macros/text_comments.html
changeset 412 3b3d7126fce7
parent 0 40c8f766c9b8
child 454 b7a092a52eae
equal deleted inserted replaced
411:0056e6cd95e1 412:3b3d7126fce7
    14 	</td>
    14 	</td>
    15 	<td>
    15 	<td>
    16 	{{ comment.title }}
    16 	{{ comment.title }}
    17 	<br />
    17 	<br />
    18 	{% blocktrans with comment.get_name as name and comment.created|local_date:tz as date %}by {{ name }} on {{ date }}{% endblocktrans %}
    18 	{% blocktrans with comment.get_name as name and comment.created|local_date:tz as date %}by {{ name }} on {{ date }}{% endblocktrans %}
    19 	<br>
    19 	<br />
    20 	{{ comment.content }}
    20 	{{ comment.content }}
       
    21   {% if comment.tags %}
       
    22   <br />&nbsp;<br />
       
    23     tags: {{ comment.tags }}
       
    24   {% endif %}
    21 	</td>
    25 	</td>
    22 </tr>
    26 </tr>
    23 </table>
    27 </table>
    24 <hr>
    28 <hr>
    25 {% endfor %}
    29 {% endfor %}