A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/usr/local/apache2/htdocs/tbfy.web/include/models/OrganizationsModel.py in getMJUSourceOrgsView(self=<models.OrganizationsModel.OrganizationsModel object>) |
875
|
876 content = self.conf.Template(filename='templates/orgs_overview_mju.tpl')
|
=> 877 return content.render(data=dict)
|
878
|
879 def languageCorrections(self, string2Handle):
|
content = <mako.template.Template object>, content.render = <bound method Template.render of <mako.template.Template object>>, data undefined, dict = {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}} |
/usr/local/lib/python3.7/site-packages/mako/template.py in render(self=<mako.template.Template object>, *args=(), **data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
474
|
475 """
|
=> 476 return runtime._render(self, self.callable_, args, data)
|
477
|
478 def render_unicode(self, *args, **data):
|
global runtime = <module 'mako.runtime' from '/usr/local/lib/python3.7/site-packages/mako/runtime.py'>, runtime._render = <function _render>, self = <mako.template.Template object>, self.callable_ = <function render_body>, args = (), data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render(template=<mako.template.Template object>, callable_=<function render_body>, args=(), data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}, as_unicode=False) |
881 context,
|
882 *args,
|
=> 883 **_kwargs_for_callable(callable_, data)
|
884 )
|
885 return context._pop_buffer().getvalue()
|
global _kwargs_for_callable = <function _kwargs_for_callable>, callable_ = <function render_body>, data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render_context(tmpl=<mako.template.Template object>, callable_=<function render_body>, context=<mako.runtime.Context object>, *args=(), **kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
918 # if main render method, call from the base of the inheritance stack
|
919 (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
|
=> 920 _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
|
921 else:
|
922 # otherwise, call the actual rendering method specified
|
global _exec_template = <function _exec_template>, inherit = <function render_body>, lclcontext = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _exec_template(callable_=<function render_body>, context=<mako.runtime.Context object>, args=(), kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
945 _render_error(template, context, e)
|
946 else:
|
=> 947 callable_(context, *args, **kwargs)
|
948
|
949
|
callable_ = <function render_body>, context = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/apache2/htdocs/tbfy.web/templates_orgs_overview_mju_tpl in render_body(context=<mako.runtime.Context object>, **pageargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5854067000', '5092221000', '0.502413934802812', '4', '-', '-'], ['5854067000', '5346410000', '0.20444576664635966', '8', '-', '-'], ['5854067000', '1585142000', '0.10272639541931414', '8', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5854067000', '5346410000', '0.3494441678182398', '6', '-', '-'], ['5854067000', '5092221000', '0.2457186655551888', '6', '-', '-'], ['5854067000', '5444829000', '0.23788400534852105', '6', '-', '-'], ['5854067000', '1585142000', '0.08426997722962275', '6', 'FUTURA DDB, oglaševalska agencija d.o.o.', '-'], ['5854067000', '5425557000', '0.0820656704393508', '6', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.', '-']]}, 'dependency-mutual': {'buyers': [['5854067000', '5444829000', '0.23788400534852105', '2', '-', '-'], ['5854067000', '5092221000', '0.12345248161607861', '2', '-', '-'], ['5854067000', '5346410000', '0.0714423807896992', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'374354': ['2644', '0.9132887218539724', '5854067000', '3365816000', '2200.0', '883.0', '48823000', '374354', '-', 'SHIFT INTEGRACIJE, celovite rešitve računalniške infrastrukture, d.o.o.'], '404606': ['2997', '0.8411270878246159', '5854067000', '5425557000', '39000.0', '16825.0', '30200000', '404606', '-', 'ZELINKA & SINOVI Zastopanje in trgovina d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'263716': ['2230', '12.171729622282326', '5854067000', '5092221000', '193248.0', '1', '66110000', '263716', '-', '-'], '452667': ['2724', '11.971058927970107', '5854067000', '5092221000', '158112.0', '1', '66000000', '452667', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|