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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, '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': [['1627007000', '1190474000', '0.689041697858435', '5', '-', '-'], ['1627007000', '1685864000', '0.39289308122580385', '4', '-', '-'], ['1627007000', '5928249000', '0.20946030965706944', '4', '-', '-'], ['1627007000', '5295548000', '0.052045190020436935', '38', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627007000', '5662257000', '0.23292869876285754', '12', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana', '-'], ['1627007000', '5077940000', '0.1956286925024022', '12', 'IMP, d.d., družba za svetovanje, projektiranje, inženiring in gradnjo', '-'], ['1627007000', '5605610000', '0.13239069451830343', '12', 'ARBA PLUS proizvodnja, trgovina in storitve, d.o.o.', '-'], ['1627007000', '2095203000', '0.09921774280705696', '12', '-', '-'], ['1627007000', '5928249000', '0.08385049614069437', '12', '-', '-'], ['1627007000', '5295548000', '0.07139184775428466', '12', 'HI-PO Proizvodnja, inženiring in trgovina, d.o.o., Grosuplje', '-'], ['1627007000', '1190474000', '0.06588460588325151', '12', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627007000', '2095203000', '0.09921774280705697', '1', '-', '-']]}, 'ratio-rev-per-employee-pos': {'buyers': {'344301': ['6711', '10.986943918236225', '1627007000', '1685864000', '59097.5', '1', '39131100', '344301', '-', '-'], '359006': ['10255', '10.407356242861216', '1627007000', '5662257000', '496533.59', '15', '45000000', '359006', '-', 'LESNINA MG OPREMA podjetje za inženiring, d.d., Ljubljana'], '367154': ['7477', '10.852300381075244', '1627007000', '1190474000', '103305.67', '2', '39160000', '367154', '-', '-'], '367155': ['9668', '10.492233982906463', '1627007000', '2095203000', '252241.97', '7', '45410000', '367155', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|