arreglando bugs

This commit is contained in:
Mauro Torrez
2019-08-25 21:54:19 -03:00
parent 55cdfb163d
commit ac9db2cd89
4 changed files with 70 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{% for param in [
'dbpath',
'query',
'result_format',
'domain',
'expansion_limit'
] | intersect( dc[domain][item['type']+'_lookup'].keys() ) %}
%}
{{ param }} = {{ dc[domain][item['type']+'_lookup'][param] }}
{% endfor %}