{% extends "base_app.html" %} {% set active_page = 'dashboard' %} {% block title %}Dashboard — TheNicheQuiz{% endblock %} {% block body %}
Here's an overview of your campaign activity.
| Name | Niche Path | Created | |
|---|---|---|---|
| {{ c.name }} | {% if c.industry %} {{ c.industry }} {% endif %} {% if c.micro_niche %} {{ c.micro_niche[:40] }}{% if c.micro_niche|length > 40 %}...{% endif %} {% endif %} | {{ c.created_at.strftime('%b %d, %Y') if c.created_at else 'N/A' }} | View |