{% extends "admin/layout.html" %} {% block title %}{{ _("Theme Manager") }}{% endblock %} {% block contents %}
{{ _('Select this theme') }}
{{ theme.description|e }}
{% trans author=theme.html_author_info %}by {{ author }}{% endtrans %} {% if theme.contributors %} {% trans contributors=theme.html_contributors_info %} and {{ contributors }} {% endtrans %} {% endif %}