{% set inject_edit_url = preprocessor and preprocessor.get_edit_url(doc) %}
{% set translator_edit_url = translator and translator.get_edit_url(doc) %}
{% for tool in ui.tools %}
{% if tool.paths is defined %}
{% if tool.paths.style is defined %}
{% endif %}
{% if tool.paths.script is defined %}
{% endif %}
{% else %}
{% endif %}
{% if tool.options is defined %}
{% endif %}
{% endfor %}