{% t mobile_os.mobile_operating_systems %}
{% t mobile_os.google_warning %}
{%- capture mobile_os_lineageos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
{%- capture mobile_os_lineageos_descr -%}{% t mobile_os.lineageos_descr %}{%- endcapture -%}
{%- capture mobile_os_ubuntu_touch_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
{%- capture mobile_os_ubuntu_touch_descr -%}{% t mobile_os.ubuntu_touch_descr %}{%- endcapture -%}
{%- capture mobile_os_grapheneos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
{%- capture mobile_os_grapheneos_descr -%}{% t mobile_os.grapheneos_descr %}{%- endcapture -%}
{% include card.html color="success"
title="LineageOS"
labels=mobile_os_lineageos_labels
image="/assets/img/tools/LineageOS.png"
url="https://www.lineageos.org/"
description=mobile_os_lineageos_descr
%}
{% include card.html color="primary"
title="Ubuntu Touch"
labels=mobile_os_ubuntu_touch_labels
image="/assets/img/tools/Ubuntu-Touch.png"
url="https://ubuntu-touch.io/"
description=mobile_os_ubuntu_touch_descr
%}
{% include card.html color="warning"
title="GrapheneOS"
labels=mobile_os_grapheneos_labels
image="/assets/img/tools/GrapheneOS.png"
url="https://grapheneos.org/"
description=mobile_os_grapheneos_descr
%}
{% t mobile_os.worth_mentioning %}
- Replicant - {% t mobile_os.replicant_descr %}
- OmniROM contrib - {% t mobile_os.omnirom_descr %}
- MicroG contrib - {% t mobile_os.microg_descr %}