{% extends "base.html" %} {% load categories i18n static %} {% block title %}{% translate "Source" %}: {{ source.name }}{% endblock %} {% block content %}
{{ source.description|safe }}
{% endif %} {% block tags %} {% if tags %} {% include "feeds/snippets/tag_source_cloud.html" %} {% endif %} {% endblock %}