Recent Subscribers
View All| Email Address | Joined | Source | Actions | 
|---|---|---|---|
| {{ subscriber.email }} | {{ subscriber.subscribed_at.strftime('%b %d, %Y') if subscriber.subscribed_at else 'N/A' }} | {{ subscriber.source or 'manual' }} | 
                        {% if pagination.page > 1 %}
                        
                             Previous
                        
                        {% endif %}
                        {% for page_num in range(1, pagination.total_pages + 1) %}
                        {% if page_num == pagination.page %}
                        {{ page_num }}
                        {% else %}
                        {{ page_num }}
                        {% endif %}
                        {% endfor %}
                        {% if pagination.page < pagination.total_pages %}
                        
                            Next 
                        
                        {% endif %}
                    
                    {% endif %}
                    {% else %}
                    No subscribers yet
Start building your subscriber list!
Recent Newsletters
New
                    {% if recent_newsletters %}
                    
                    {% else %}
                    
                    {% endif %}