{% extends "base.html" %} {% load i18n %} {% block extracss %}{% endblock %} {% block title %} {{ block.super }}: {% if opportunity.long_description %} {{ opportunity.long_description }} {% else %} {{ opportunity.description }} {% endif %} {% endblock %} {% block content %}

Opportunity {{ opportunity.description }} in {% with opportunity.sourcepackage.name as pkgname %}{{ pkgname }}{% endwith %}

{% include "opportunities/include/opportunity_details_edit.html" %}
{% endblock %}