{% extends 'base.html' %}
{% load static %}
{% block title %}{{ t.title_market }} — PickkerMarket{% endblock %}
{% block content %}
{{ t.market_subtitle }}{{ t.market_title }}
{% if selected_market.logo_url %}{% else %}{{ selected_market.name }}{% endif %}
{% if selected_market_categories %} · {{ t.market_known_for_prefix }} {{ selected_market_categories|join:", " }}{% endif %}
{{ t.market_sold_in_lots }} {{ product.min_qty_unit_display }}
{% endif %} {% if picker_session.is_authenticated and picker_session.role == 'customer' %} {% else %} {% endif %}{{ t.market_no_produce }}
{% endfor %}{{ t.market_cant_find }} {{ t.market_get_in_touch }} {{ t.market_and_help }}