- {{ name|no_underscore|title }}
+
+ {% if name == "dlcs" %}
+ DLCs
+ {% else %}
+ {{ name|no_underscore|title }}
+ {% endif %}
+
{% for result in related_items %}
{# Set active to highlight the current movie in a collection. Avoid TV media, since seasons have same ID as the parent show #}