{% extends "base.html" %} {% load categories i18n static %} {% block title %}{% translate "Source" %}: {{ source.name }}{% endblock %} {% block content %}

{{ source.name }}

{% if source.description %}

{{ source.description|safe }}

{% endif %} {% block tags %} {% if tags %} {% include "feeds/snippets/tag_source_cloud.html" %} {% endif %} {% endblock %}
{% if source.url or source.feed_set.all %}

{% translate "Links" %}

{% endif %}
{% if source.url %} {% endif %} {% for feed in source.feed_set.all %} {% endfor %}
{% block pagination %} {% include "feeds/snippets/pagination.html" %} {% endblock %}
{% endblock %}