{% extends "ticker_base.html" %} {% load i18n %} {% load pagination_tags %} {% load threadedcommentstags %} {% block title %}{% blocktrans with entry.title as entry_title %} News: {{ entry_title }} {% endblocktrans %}{% endblock %} {% block billboard %}
{% if entry.get_prev %} ← {% trans "Previous" %} {% endif %} {% if entry.get_prev and entry.get_next %} ~ {% endif %} {% if entry.get_next %} {% trans "Next" %} → {% endif %}
{% if entry.get_tags %}
#{{ forloop.counter }} ~ {% trans "By " %}{{ comment.name }} ~ {{ comment.date_submitted|timesince }}
{% auto_transform_markup comment %}