LOT_SELLING_ROWS = {
    "desktop": [
        {
            "columns": [
                {
                    "data_name": "owner_name",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Ime vlasnika"
                },
                {
                    "data_name": "owner_number",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Broj telefona vlasnika"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "city",
                    "flex": 3,
                    "method": "SelectBox",
                    "label": "Grad"
                },
                {
                    "data_name": "settlement",
                    "flex": 3,
                    "method": "TextInput",
                    "label": "Naselje"
                },
                {
                    "data_name": "street_address",
                    "flex": 6,
                    "method": "TextInput",
                    "label": "Naziv ulice"
                },
                {
                    "data_name": "street_number",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Ulični broj"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "type",
                    "flex": 1,
                    "method": "SelectBox",
                    "label": "Tip placa"
                },
                {
                    "data_name": "registration_status",
                    "flex": 3,
                    "method": "SelectBox",
                    "label": "Registracioni status"
                },
                {
                    "data_name": "coordinate_latitude",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Geografska širina"
                },
                {
                    "data_name": "coordinate_longitude",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Geografska dužina"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "land_area",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Površina placa"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "electricity",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Struja"
                },
                {
                    "data_name": "sewage",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Kanalizacija"
                },
                {
                    "data_name": "telephone",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Telefon"
                },
                {
                    "data_name": "paved_road",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Asfaltiran put"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "agent_comment",
                    "flex": 1,
                    "method": "TextArea",
                    "label": "Dodatni komentari agenta"
                }
            ]
        }
    ],

    "mobile": [
        {
            "columns": [
                {
                    "data_name": "owner_name",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Ime vlasnika"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "owner_number",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Broj telefona vlasnika"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "city",
                    "flex": 1,
                    "method": "SelectBox",
                    "label": "Grad"
                },
                {
                    "data_name": "settlement",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Naselje"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "street_address",
                    "flex": 5,
                    "method": "TextInput",
                    "label": "Naziv ulice"
                },
                {
                    "data_name": "street_number",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Ulični broj"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "coordinate_latitude",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Geografska širina"
                },
                {
                    "data_name": "coordinate_longitude",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Geografska dužina"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "type",
                    "flex": 1,
                    "method": "SelectBox",
                    "label": "Tip placa"
                },
                {
                    "data_name": "registration_status",
                    "flex": 1,
                    "method": "SelectBox",
                    "label": "Registracioni status"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "land_area",
                    "flex": 1,
                    "method": "TextInput",
                    "label": "Površina placa"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "electricity",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Struja"
                },
                {
                    "data_name": "sewage",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Kanalizacija"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "telephone",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Telefon"
                },
                {
                    "data_name": "paved_road",
                    "flex": 1,
                    "method": "CheckBox",
                    "label": "Asfaltiran put"
                }
            ]
        },
        {
            "columns": [
                {
                    "data_name": "agent_comment",
                    "flex": 1,
                    "method": "TextArea",
                    "label": "Dodatni komentari agenta"
                }
            ]
        }
    ]
}
