--> -->
 
 
UnboundLocalError
Python 3.7.4: /usr/local/bin/python3
Thu Apr 24 15:47:57 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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, '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': [['5242169000', '1599127000', '0.36838179363077683', '2', '-', '-'], ['5242169000', '5317177000', '0.35345965786608186', '12', 'PELOZ Predelava mesa in proizvodnja mesnih izdelkov d.o.o.', '-'], ['5242169000', '3864286000', '0.2683425391504712', '8', '-', '-'], ['5242169000', '8172587000', '0.1617023449939186', '4', '-', '-'], ['5242169000', '5867673000', '0.1533454283180474', '8', '-', '-'], ['5242169000', '5427550000', '0.06623633391078403', '85', '-', '-'], ['5242169000', '2267101000', '0.05605296318687795', '21', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5242169000', '1888188000', '0.884290263216232', '27', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'360911': ['5416', '-0.7192292116826533', '5242169000', '5289238000', '24552.0', '50505.26', '15000000', '360911', '-', '-'], '456603': ['5542', '-0.800157965071805', '5242169000', '5000823000', '6712.0', '14973.52', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-assessed-final-bdg-pos': {'buyers': {'360911': ['2711', '0.8979678804528362', '5242169000', '5300231000', '5260.0', '2143.78', '15000000', '360911', '-', 'Poslovni sistem Mercator d.o.o.'], '456603': ['140', '3.163843457685967', '5242169000', '5000823000', '54098.0', '2286.44', '33000000', '456603', '-', 'SANOLABOR, podjetje za prodajo medicinskih, laboratorijskih in farmacevtskih proizvodov, d.d.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'351728': ['9517', '10.518275842423352', '5242169000', '1599127000', '36985.3', '1', '45351000', '351728', '-', '-'], '416861': ['6102', '11.106209589979185', '5242169000', '3864286000', '199750.0', '3', '71200000', '416861', '-', '-'], '440724': ['4747', '11.380607407271372', '5242169000', '1888188000', '10950778.78', '125', '45200000', '440724', '-', 'KOLEKTOR KOLING Inženiring, instalacije, proizvodnja d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, '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>