{% if is_package %}
{{ name }}
{% if quantity_per_package != 1 %}
{{ quantity_per_package }} {% if unit == 'fp' %} {{ package_display }} {% else %} {{ unit_display }}/{{ package_display }} {% endif %}
{% endif %}
{% if authUser %} {% for k, package_price in package_prices %}
{% if package_price.price != package_price.user_price %} {% if show_only_user_price !== true %}
{{ package_price.price }} kr
{% endif %} {% endif %}
{{ package_price.user_price }} kr/{{ package_price.unit_display }}
{% endfor %} {% if showFavorite %} {% endif %} {% endif %}
{% if authUser %}
{% for element in elements %} {% if show_only_user_price !== true %} {% endif %} {% endfor %}
{% else %}
{% endif %}
{% else %}
{{ name }}
{% if quantity_per_package != 1 %}
{{ quantity_per_package }} {% if unit == 'fp' %} {{ package_display }} {% else %} {{ unit_display }}/{{ package_display }} {% endif %}
{% endif %}
{% if authUser %}
{% if price_formatted != user_price %} {% if show_only_user_price !== true %}
{{ price_formatted }} kr
{% endif %} {% endif %}
{{ user_price }} kr/{{ price_display }} {% if is_tool %} kr/{{ price_display_tooltip }} {% endif %}
{% if showFavorite %} {% endif %} {% endif %}
{% if authUser %}
{% if type != 'Clothes' %}
{% else %} View item {% endif %}
{% else %}
{% endif %}
{% endif %}