{# -*- coding: utf-8 -*- #} {% load exfiltry %} {% load exsyntax %} {% block action_widget_content %} {% if standard_web_browser %} {% if browser_type == 'mobile' %} {% if not action.icon %} {{action.title}} {% endif %} {% else %} {% if action.icon %} {% if action.icon2 %} {% endif %} {% else %} {{action.title}} {% endif %} {% endif %} {% else %} {% comment %} {% if action.icon %} {% else %} {{action.title}} {% endif %} {% endcomment %} {% endif %} {% endblock %}