{{ collab.collab_name }}
{{ gettext("Number of plans") }} {{ collab.count_plans_in_collab }}
{% extends "base.html" %} {% from 'macros/navbar.html' import navbar %} {% block navbar_start %} {{ navbar(navbar_items) }} {% endblock %} {% block content %}
{{ collab.collab_name }}
{{ gettext("Number of plans") }} {{ collab.count_plans_in_collab }}
{{ gettext("You do not coordinate any collaboration") }}
{% endif %}
{{ gettext("Company") }}:
{{ req.planner_name }}
{{ gettext("Plan") }}:
{{ req.plan_name }}
{{ gettext("My collaboration") }}: {{ req.collab_name }}
{{ gettext("You don't have open requests") }}
{% endif %}
{{ gettext("Plan") }}:
{{ req.plan_name }}
{{ gettext("Collaboration") }}: {{ req.collab_name }}
{{ gettext("You haven't requested any collaboration")}}
{% endif %}
{{ plan.plan_name }}
{{ gettext("Collaboration") }}: {{ plan.collab_name }}
{{ gettext("You don't have any collaborating plans.")}}
{% endif %}