{% extends "portal_base.html" %} {% block title %}Project Dashboard{% endblock %} {% block portal_title %}Welcome back{% if user.first_name %}, {{ user.first_name }}{% endif %}.{% endblock %} {% block portal_subtitle %}Manage your research and technology projects from one focused workspace.{% endblock %} {% block portal_actions %}Start a new brief {% endblock %} {% block portal_content %}
PPortfolio
{{ page_obj.paginator.count|default:0 }} Total project brief{{ page_obj.paginator.count|pluralize }}
RStructured
4 steps From scientific scope to delivery
Private
Secure Visible only to you and Tecvico

Your project briefs

Track submissions, quotes, and delivery progress.

{% if briefs %}{{ page_obj.paginator.count }} total{% endif %}
{% if briefs %}
{% for brief in briefs %} {% endfor %}
ProjectFieldStatusBudgetSubmittedActions
{{ brief.title }} {% if brief.category %}{{ brief.get_category_display }}{% else %}Not set{% endif %} {{ brief.get_status_display }} {% if brief.budget_range %}{{ brief.get_budget_range_display }}{% else %}Not set{% endif %} {{ brief.submitted_at|date:"M j, Y" }} View
{% if page_obj.has_other_pages %}
{% if page_obj.has_previous %}Previous{% endif %}Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}{% if page_obj.has_next %}Next{% endif %}
{% endif %} {% else %}

Create your first project brief

Define the scientific challenge, goals, timeline, and supporting materials. You can review everything before submitting.

Create project brief
{% endif %}
{% endblock %}