// dictionary with all urls in system (experimental approach)
// keys are url names in django, values - fact
// like: Urls['current-translations'] = {% url current-translations %}
Urls = {}

