search
{% if tags_form.tags.choices|count > 1 %}
{% endif %}
{% if apps %}
{% for app in apps %}
{% if app.open_in == 'iframe' %}
{% elif app.open_in == 'this_tab' %}
{% elif app.open_in == "new_tab" %}
{% endif %}
{% endfor %}
{% else %}
{% endif %}