{% extends "base.html" %} {% block title %}Activity Log{% endblock %} {% block content %}
campaign.log Refresh
{% if lines %} {% for line in lines %}{{ line }}{% endfor %} {% else %} No activity log yet. Send your first campaign to see logs here. {% endif %}
{% endblock %} {% block scripts %} {% endblock %}