{% extends "layout.html" %} {% block content %}

{{number.formatted}}

This number was seen {{number.get_counter.inc.counter}} times since {{number.created_at|date:"Y-m-d"}}.

People who liked {{number.formatted}} also tend to like: {% for num in others %} {% if forloop.first %} {% endif %} {% endfor %}
{% for comment in comments %}
{{ comment.author.nickname }} {{ comment.created_date|date:"Y-m-d H:i" }}
{{ comment.text|escape|wordwrap:80 }}
{% endfor %} {% if user %}
You can leave a comment for this number:

{% else %} You need to log in to write a comment {% endif %}
{% endblock %}