{{ app_name }}
Hi {{ first_name }}! You have unread notifications
{% set n_tasks_updated = updated_tasks|length %} {% if n_tasks_updated > 0 %} Updated Tasks ({{ n_tasks_updated }}) {% elif task_updates_count > 0 %} Task Updates ({{ task_updates_count }}) {% endif %} {% set n_released_models = released_models|length %} {% if n_released_models > 0 %} Released AI Models ({{ n_released_models }}) {% elif model_releases_count > 0 %} AI Model Releases ({{ model_releases_count }}) {% endif %} {% set n_example_comments = example_comments|length %} {% if n_example_comments > 0 %} Example Comments ({{ n_example_comments }}) {% endif %} {% if example_comments_count > 0 %} Example Comments ({{ example_comments_count }}) {% endif %} {% set n_examples_updated = example_updates|length %} {% if n_examples_updated > 0 %} Updated Examples ({{ n_examples_updated }}) {% elif example_updates_count > 0 %} Example Updates ({{ example_updates_count }}) {% endif %} {% set n_examples_deleted = example_deletions|length %} {% if n_examples_deleted > 0 %} Deleted Examples ({{ n_examples_deleted }}) {% elif example_deletions_count > 0 %} Deleted Examples ({{ example_deletions_count }}) {% endif %} {% set n_examples_created = example_creations|length %} {% if n_examples_created > 0 %} Created Examples ({{ n_examples_created }}) {% elif example_creations_count > 0 %} Created Examples ({{ example_creations_count }}) {% endif %}