{{ instrument }} controller
#}
{% set hidden = session.get('hidden_functions', {}) %}
{% set hidden_instrument = hidden.get(instrument, []) %}
{% for function, form in forms.items() %}
{% if function not in hidden_instrument %}
{% endif %}
{% endfor %}
Select an instrument to view its methods.
{% endif %}