{{_("Please select one of the following applications:")}}
{{_("user.home.ios.stash.title")}}
{{_("user.home.ios.stash.intro")}}
{% with show_meta=True %}
{% include "home/clash-links.html" %}
{% endwith %}
{{_("user.home.ios.others.title")}}
{{_("user.home.ios.others.intro")}}
% for d in domains
{{d.mode}}
{{d.domain}}
% for type in link_maker.all_proxies()
{% set pinfo=link_maker.make_proxy(type,d) %}
% if pinfo!=None