{% load i18n %}
{% if opportunity.long_description %} {{ opportunity.long_description }} {% else %} {{ opportunity.description }} {% endif %} {% if user.is_authenticated %} {% trans 'edit' %} ({% trans 'applied' %} {% trans 'irrelevant' %}) {% endif %} {{ opportunity.summary|join:', ' }}
{% include "opportunities/include/opportunity_details.html" %}