{% load exfiltry %} {% load exsyntax %} {% if standard_web_browser %} {% for pos in actions %} {% if browser_type == 'mobile' %} {% if not pos.icon_name %} {{pos.title}} {% endif %} {% else %} {% if pos.icon_name %} {% icon pos.icon_name %} {% if action.icon2 %} {% icon action.icon2 %} {% endif %} {% else %} {{pos.title}} {% endif %} {% endif %} {% endfor %} {% if actions2 %} {% endif %} {% else %} {% if False %} {% for pos in actions|add:actions2 %} {% if pos.icon_name %} {% else %} {% endif %} {% endfor %} {% endif %} {% for pos in actions|add:actions2 %} {% if pos.icon_name %} {% if 'fa-caret-down' in pos.icon_name %} + {% else %} {% endif %} {% else %} {% endif %} {% endfor %} {% endif %}