PZ
Size: a a a
PZ
Aa
A
A
Z
AK
AK
Z
{% for station in gas_stations %}
{% if request.GET.gas_station == station.pk %}
<option value="{{ station.id }}" selected="">{{ station.name }}</option>
{% else %}
<option value="{{ station.id }}" >{{ station.name }}</option>
{% endif %}
{% endfor %}
АА
DT
{% for station in gas_stations %}
{% if request.GET.gas_station == station.pk %}
<option value="{{ station.id }}" selected="">{{ station.name }}</option>
{% else %}
<option value="{{ station.id }}" >{{ station.name }}</option>
{% endif %}
{% endfor %}
АА
АМ
АМ
Z
АМ
PZ
int(request.GET[gas_station])
,АМ
Z
YK
DT