<a href="{{ category|trans_path }}" class="item__item{% for parameter in category.parameters %} item--{{ parameter.alias }}{% endfor %}">
<div class="item__header">
<h2 class="item__title">{% if category.translate.shortName is defined and category.translate.shortName is not empty %}{{ category.translate.shortName }}{% else %}{{ category.translate.name }}{% endif %}</h2>
</div>
<div class="item__img">
{% if category.file %}
{% if category.file %}
<img src="{{ (path_media ~ '/' ~ category.file.directoryName ~ '/' ~ category.file.media) | imagine_filter('product_thumbnail') }}" alt="{{ category.file.alt|default() }}">
{% else %}
{% endif %}
{% endif %}
</div>
<div class="item__btn">
<span class="button button--item">{{ 'Koupit'|trans }}</span>
</div>
</a>