{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Internal Operations - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Internal Operations

Support, deployment, customer success, growth, and business operations structure for future teams.

Create Task

Roles

{% for role in snapshot.roles %}
{{ role.role_name }}

{{ role.area|replace('_',' ')|title }}

{% endfor %}

Tasks

{% for task in snapshot.tasks %}
{{ task.title }}

{{ task.area }} / {{ task.priority }} / {{ task.status }}

{% else %}
No internal tasks yet.
{% endfor %}
{% endblock %}