{{topic.name}} | {% if topic.is_subscribed %} Unsubscribe {% else %} Subscribe {% endif %} |
{{topic.fullname}}
{{topic.about}}
|
{% extends 'news/base.html' %} {% block title %} Topics - {{block.super}} {% endblock %} {% block contents %}
{{topic.name}} | {% if topic.is_subscribed %} Unsubscribe {% else %} Subscribe {% endif %} |
{{topic.fullname}}
{{topic.about}}
|