{% t pc_os.pc_operating_systems %}
{% t pc_os.ms_apple_warning %}
{%- capture pc_os_qubesos_title -%}{% t pc_os.qubesos_title %}{%- endcapture -%}
{%- capture pc_os_qubesos_labels -%}{% t pc_os.qubesos_labels %}{%- endcapture -%}
{%- capture pc_os_qubesos_descr -%}{% t pc_os.qubesos_descr %}{%- endcapture -%}
{%- capture pc_os_debian_title -%}{% t pc_os.debian_title %}{%- endcapture -%}
{%- capture pc_os_debian_descr -%}{% t pc_os.debian_descr %}{%- endcapture -%}
{%- capture pc_os_trisquel_title -%}{% t pc_os.trisquel_title %}{%- endcapture -%}
{%- capture pc_os_trisquel_descr -%}{% t pc_os.trisquel_descr %}{%- endcapture -%}
{% include card.html color="success"
title=pc_os_qubesos_title
labels=pc_os_qubesos_labels
image="/assets/img/tools/Qubes-OS.png"
url="https://www.qubes-os.org/"
tor="http://qubesos4rrrrz6n4.onion"
description=pc_os_qubesos_descr
%}
{% include card.html color="primary"
title=pc_os_debian_title
image="/assets/img/tools/Debian.png"
url="https://www.debian.org/"
tor="http://sejnfjrq6szgca7v.onion"
description=pc_os_debian_descr
%}
{% include card.html color="warning"
title=pc_os_trisquel_title
image="/assets/img/tools/Trisquel.png"
url="https://trisquel.info/"
description=pc_os_trisquel_descr
%}
{% t pc_os.warning %}
{% t pc_os.worth_mentioning %}