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

Rating: {{item.library.rating}}

{% endif %} {% if item.library.tagline %}{{item.library.tagline}}{% else %}{{item.library.plot|truncate(150)}}{% endif %} {%if compact_view %}{{item.profile.label}}{%endif%}
{% if item.releases %}
{% endif %}
{% endfor %}
{% endblock %}