{# Displays a list of harvest sources. sources - A list of harvest sources to display. list_class - The class name for the list item. item_class - The class name to use on each item. hide_resources - If true hides the resources (default: false). banner - If true displays a popular banner (default: false). truncate - The length to trucate the description to (default: 180) truncate_title - The length to truncate the title to (default: 80). Example: {% snippet 'snippets/sources_list.html', sources=c.sources %} #} {% if sources %} {% endif %}