{% extends "ticker_base.html" %} {% load pagination_tags %} {% block content %}
{% for tag in related_tags %} {{ tag.name }} {% endfor %}