{% extends "control_plane/base.html" %} {% block content %}

Explore{% if project %} / {{ project.name }}{% endif %}

Ranked opportunities. Explorer results never directly invoke Coder.

{% if project %}
{% csrf_token %}
{% endif %}
{% for item in opportunities %}{% empty %}{% endfor %}
OpportunityProjectTypeScoresStatusActions
{{ item.title }}
{{ item.description }}
{{ item.project.name }}{{ item.opportunity_type }}V {{ item.value_score }} / E {{ item.effort_score }} / R {{ item.risk_score }} / C {{ item.confidence }} / T {{ item.technical_fit }} / S {{ item.strategic_fit }}{{ item.status }}
{% csrf_token %}
No opportunities.
{% endblock %}