{% for sub in subscribers %} {{ sub.email }} {% if sub.unsubscribed %} Unsubscribed {% elif sub.confirmed_at %} Confirmed {% else %} Pending {% endif %} {{ sub.confirmed_at.strftime('%b %d, %Y') if sub.confirmed_at else '—' }}
{% endfor %} {% if next_cursor %} {% endif %}