{% extends "ticker_base.html" %} {% load i18n %} {% load pagination_tags %} {% block title %}{% trans "News" %}{% endblock %} {% block content %}
{% for tag in tag_list %} {{ tag.name }} {% endfor %}