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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, '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': [['5083389000', '1624075000', '0.2642574025680467', '4', '-', '-'], ['5083389000', '5462002000', '0.15725927906963424', '5', '-', '-'], ['5083389000', '3629783000', '0.09861327206614588', '12', '-', '-'], ['5083389000', 'k24', '0.08433702970890707', '24', '-', '-'], ['5083389000', 'k38', '0.053177735579543625', '6', '-', '-'], ['5083389000', '5291089000', '0.050788340366495176', '10', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5083389000', '5662257000', '0.809326618876575', '52', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['5083389000', '5291089000', '0.05084902600966097', '52', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'321732': ['1630', '-0.22469272227142464', '5083389000', '5662257000', '540000.0', '676893.93', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}, 'ratio-rev-per-employee-neg': {'buyers': {'199132': ['4144', '-0.8535389622768467', '5083389000', '5300231000', '849.81', '2000', '15800000', '199132', '-', 'Poslovni sistem Mercator d.o.o.'], '218716': ['10116', '-4.5672323466477', '5083389000', '5171555000', '3.52', '375', '30192700', '218716', '-', 'MLADINSKA KNJIGA TRGOVINA d.o.o.'], '404754': ['9732', '-3.6362870039947657', '5083389000', '5300231000', '50.7', '2000', '15800000', '404754', '-', 'Poslovni sistem Mercator d.o.o.'], '431563': ['8868', '-2.7416069846310527', '5083389000', '5048257000', '47.6', '750', '15800000', '431563', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '431582': ['6504', '-1.5709042484318574', '5083389000', '1121499000', '36.2', '175', '15800000', '431582', '-', 'KVIBO, družba za razvoj, proizvodnjo in trženje, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'321732': ['8251', '10.717219684163167', '5083389000', '5662257000', '676893.93', '15', '45214210', '321732', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|