--> -->
 
 
UnboundLocalError
Python 3.7.4: /usr/local/bin/python3
Thu Apr 24 15:38:29 2025

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/index.py in <module>()
     18 # run script
     19 # run script
     20 
     21 pageObj = conf.Tbfy.TbfyController(conf)
=>   22 print(pageObj.getHTML())
builtin print = <built-in function print>, pageObj = <TbfyController.TbfyController object>, pageObj.getHTML = <bound method TbfyController.getHTML of <TbfyController.TbfyController object>>
 /usr/local/apache2/htdocs/tbfy.web/include/TbfyController.py in getHTML(self=<TbfyController.TbfyController object>)
     40             viewModel = CommonModel.CommonModel(self.confObj, self.getVars)
     41 
=>   42         self.html = self.frameHTML(viewModel.getView())
     43         return self.html
     44 
self = <TbfyController.TbfyController object>, self.html = 'Error: HTML not loaded.', self.frameHTML = <bound method TbfyController.frameHTML of <TbfyController.TbfyController object>>, viewModel = <models.OrganizationsModel.OrganizationsModel object>, viewModel.getView = <bound method OrganizationsModel.getView of <models.OrganizationsModel.OrganizationsModel object>>
 /usr/local/apache2/htdocs/tbfy.web/include/models/OrganizationsModel.py in getView(self=<models.OrganizationsModel.OrganizationsModel object>)
     28             self.contentHtml = self.getSearchOrgView()
     29         elif(query_a == "source_mju"):
=>   30             self.contentHtml = self.getMJUSourceOrgsView()
     31         else:
     32             self.contentHtml = self.conf.sharedMethods.getErrorView(self.conf)
self = <models.OrganizationsModel.OrganizationsModel object>, self.contentHtml = 'Error: SearchModel HTML nof found.', self.getMJUSourceOrgsView = <bound method OrganizationsModel.getMJUSourceOrg...ls.OrganizationsModel.OrganizationsModel object>>
 /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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, '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': [['5241952000', '5328349001', '0.7556530910467837', '3', '-', '-'], ['5241952000', '5048257022', '0.135584886172028', '23', '-', '-'], ['5241952000', '3054772000', '0.12178510755785531', '40', '-', '-'], ['5241952000', '1507036000', '0.06786469823709275', '20', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5241952000', '1507036000', '0.4522979018313995', '30', '-', '-'], ['5241952000', '5296498000', '0.11423480084676518', '30', 'ADAPTACIJE - VZDRŽEVANJE, gradbena, obrtniška in inštalacijska dela, d.o.o.', '-'], ['5241952000', '5300231000', '0.06696124384662445', '30', 'Poslovni sistem Mercator d.o.o.', '-'], ['5241952000', '2183064000', '0.06454909244620598', '30', 'MESARSTVO OBLAK, proizvodnja, trgovina in storitve, d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'196251': ['2490', '-0.26907781549847265', '5241952000', '5048257000', '34330.85', '44989.62', '15000000', '196251', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '453658': ['5152', '-0.6172816343001558', '5241952000', '5048257000', '28758.0', '53412.95', '15000000', '453658', '-', 'LJUBLJANSKE MLEKARNE, mlekarska industrija, d.o.o.'], '455621': ['3006', '-0.30545104262522044', '5241952000', '5151406000', '24500.0', '33297.5', '15000000', '455621', '-', 'PIVKA perutninarstvo d.d.'], '455622': ['1433', '-0.21511981910324454', '5241952000', '5048621000', '10000.0', '12415.5', '15000000', '455622', '-', 'TOVARNA OLJA GEA d.o.o.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'196251': ['53', '3.899479055631581', '5241952000', '5504279000', '2143.4', '43.41', '15000000', '196251', '-', 'KELE & KELE proizvodnja, trgovina in storitve, d.o.o.']}}, 'ratio-rev-per-employee-neg': {'buyers': {'418957': ['426', '-0.10699332945451563', '5241952000', '5300231000', '1795.0633333333333', '2000', '15000000', '418957', '-', 'Poslovni sistem Mercator d.o.o.'], '455622': ['1248', '-0.24761556323869746', '5241952000', '5300231000', '1559.32', '2000', '15000000', '455622', '-', 'Poslovni sistem Mercator d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'224692': ['6778', '10.974229344425018', '5241952000', '1507036000', '408456.0', '7', '45210000', '224692', '-', '-'], '436646': ['4432', '11.460385720402096', '5241952000', '1507036000', '664171.62', '7', '45210000', '436646', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 6, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}})

UnboundLocalError: local variable 'companyName' referenced before assignment
      args = ("local variable 'companyName' referenced before assignment",)
      with_traceback = <built-in method with_traceback of UnboundLocalError object>