{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Action" %} #{{ action.id|slice:":8" }} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ action.description|linebreaks }}
{% trans "This action is awaiting your approval." %}
{% trans "Linked to:" %}
{% trans "Convert this action to a QI project for long-term tracking." %}
{% endif %} {% if action.qi_projects.exists %}{% trans "Already Converted" %}{% else %}{% trans "Convert to Project" %}{% endif %}