{% if theme.screenshot %}
{{ theme.screenshot }}
{% endif %}
{{ theme.description }}
{% if theme.module_dependencies %}
{{ 'Requires: @module_dependencies'|t({ '@module_dependencies': theme.module_dependencies|render }) }}
{% endif %}
{# Display operation links if the theme is compatible. #}
{% if theme.incompatible %}
{{ theme.incompatible }}
{% else %}
{{ theme.operations }}
{% endif %}