{% load i18n %}
{% if theme.screenshot %} {% else %}
{% endif %}

{{ theme.name }}

{% if theme.description %} {{ theme.description }} {% else %} {% trans "No information available." %} {% endif %}
{% if theme.author %}
{% trans "Author: " %}{{ theme.author }}
{% if theme.author_uri %} {% trans "View author's website" %} {% endif %} {% endif %}
{% csrf_token %}
{% if theme.tags %}
{% trans "Tags: " %}{{ theme.tags }}
{% endif %} {% if theme.version %}
{% trans "Version: " %}{{ theme.version }}
{% endif %}