This repository has been archived on 2023-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-08 02:37:00 +08:00

17 lines
507 B
Twig

<div class="theme_preview">
<h2>
{{ name }} ({{ version }})
</h2>
<p>
<a class="take_theme" name="{{ id }}" href="index.php{{ Url_getCommon(url_params) }}">
{% if screen is not empty %}
<img src="{{ screen }}" alt="{{ name }}" title="{{ name }}">
<br>
{% else %}
{% trans 'No preview available.' %}
{% endif %}
[ <strong>{% trans 'Take it' %}</strong> ]
</a>
</p>
</div>