{% load i18n %}
{% if theme.screenshot %}
|
{{ theme.name }}
{% if theme.description %}
{% blocktrans with d=theme.description %}{{ d }}{% endblocktrans %}
{% else %}
{% trans "No information available." %}
{% endif %}
{% if current_theme == theme.orig_name %}
{% trans "Current Active Theme " %}
{% else %}
{% endif %}
{% if theme.tags %}
{% endif %}
{% if theme.version %}
{% trans "Version: " %}{{ theme.version }}
{% endif %}
|