{{ service.name }}
{{ service.summary }}
{% if service.status == 'beta' %}
Beta
{% elif service.status == 'coming_soon' %}
Coming Soon
{% else %}
Available
{% endif %}
{% if service.enabled %}
{{ service.button_text }}
{% if service.name == "OTB Cloud Backup & Storage" %}
Download Android App
{% endif %}
{% else %}
{% endif %}