{% extends "base.html" %} {% block title %}Dashboard - BOMAtlas{% endblock %} {% block content %}

Dashboard

Manufacturing Industry News Aggregator

Total Articles

{{ "{:,}".format(total_articles) }}

Active Feeds

{{ active_feeds }} / {{ total_feeds }}

New Today

{{ recent_articles }}

Categories

15

Quick Actions
Articles by Category
{% for stat in category_stats %} {% endfor %}
Category Article Count Actions
{{ stat.name }} {{ "{:,}".format(stat.article_count) }} View Articles
Latest Newsletter
{% if latest_newsletter %}
Issue #{{ latest_newsletter.issue_number }}

{{ latest_newsletter.title }}

{{ latest_newsletter.start_date.strftime('%B %d') }} - {{ latest_newsletter.end_date.strftime('%B %d, %Y') }}

{{ latest_newsletter.status.title() }}

View Newsletter {% else %}

No newsletters created yet.

Create First Newsletter {% endif %}
{% endblock %}