{% extends "client_portal/base.html" %} {% from "components/ui.html" import page_header %} {% block title %}{{ _('Activity Feed') }} - {{ _('Client Portal') }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': _('Client Portal'), 'url': url_for('client_portal.dashboard')}, {'text': _('Activity Feed')} ] %} {{ page_header( icon_class='fas fa-history', title_text=_('Activity Feed'), subtitle_text=_('Recent project activities'), breadcrumbs=breadcrumbs ) }} {% if feed_items %}
{{ _('No recent activity to display. Activity will appear here as projects are updated and time entries are logged.') }}