{% extends "project-base.html" %} {% load static %} {% load q %} {% block title %} {{title}} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block action_buttons %}
You are in author mode. Authoring tools have been enabled for this module.
{{project.root_task.render_introduction|safe}}
{% endif %} {% if project.root_task.module.spec.is_app_stub %} {# This project is tied to an app that has not yet been imported. #}This app must be activated by an administrator of your organization. Send them an invitation to join this project. When they get here, they’ll be able to activate the app.
{% endif %}You invited {{inv.to_display}} {{inv.purpose}} on {{inv.created|date}}. (cancel)
{% endfor %} {# If the user is a guest participant in a discussion inside this question, link to this discussion. They can't view the task directly. (?) #} {% if q.discussions %}{% if column.has_tasks_on_left %} There are no tasks in this column yet. {% else %} There are no more tasks in this column. Congrats! {% endif %}
{% endif %} {% endcomment %}