{% extends "couchpotato/base.html" %} {% block couchpotato_menu %} {% endblock %} {% block couchpotato_content %}
{% for item in couchpotato %}
{{item.library.titles[0].title}} ({{item.library.year}}) {% if item.library.rating %}Rating: {{item.library.rating}}{% endif %} {{item.profile.label}}
{% endfor %}
{% endblock %}