max / makenotwork
| 1 | {% include "partials/tabs/project_subscriptions.html" %} |
| 2 | |
| 3 | |
| 4 | |
| 5 | {% include "partials/tabs/project_promotions.html" %} |
| 6 | |
| 7 | |
| 8 | |
| 9 | {#- The team-splits section is described. It emits its own `#project-members` |
| 10 | region, which is what its writes answer into: `crate::quasi::project_members`. -#} |
| 11 | {{ crate::quasi::project_members::section(members, *owner_split, project_id.as_str())|safe }} |
| 12 |