{% if value %}
  {% if style == 'icon' %}
    
  {% else %}
    You are currently subscribed to this {{thing}}.
    
    {{fields['unsubscribe'].display()}}
  {% endif %}
{% else %}
  {% if style == 'icon' %}
    
  {% else %}
    You are currently not subscribed to this {{thing}}.
    
    {{fields['subscribe'].display()}}
  {% endif %}
{% endif %}