{% extends 'base.html' %} {% load i18n %} {% load staticfiles %} {% load version_tags %} {% block content_full %} {% endblock %} {% block content %}
{% for source in sources %}
{% if source.image %} {% else %} {% endif %}

{{ source }}

{{ source.description }}

{% trans 'View details' %} »

{% endfor %}
{% endblock %} {% block javascript %} {% endblock javascript %}