{% extends 'base.html' %} {% load commonmark %} {% load static %} {% load imageutils %} {% block content %}

{{ camp.title }} Backoffice

Welcome to the promised land! Please select your desired action below:

{% for team in facilityfeedback_teams %} {% if "camps."|add:team.permission_set in perms %} {% if forloop.first %}

Facility Feedback

{% endif %}

{{ team.name }} Team

See unhandled feedback for facilities managed by {{ team.name }} Team

{% endif %} {% empty %}

N/A

No unhandled Facility Feedback found!

{% endfor %} {% if perms.camps.infoteam_permission %}

Info Team

Scan tickets

Use this to get scan tickets

{% endif %} {% if perms.camps.contentteam_permission %}

Content Team

Manage Proposals

Use this view to manage SpeakerProposals and EventProposals

Approve Feedback

Use this view to approve or reject EventFeedback

{% endif %} {% if perms.camps.orgateam_permission %}

Orga Team

Approve Public Credit Names

Use this view to check and approve users Public Credit Names

Merchandise Orders

Use this view to look at Merchandise Orders

Merchandise To Order

Use this view to generate a list of merchandise that needs to be ordered

Village Orders

Use this view to look at Village category OrderProductRelations

Village Gear To Order

Use this view to generate a list of village gear that needs to be ordered

Shop Ticket Overview

Use this to list shop tickets

{% endif %} {% if perms.camps.economyteam_permission %}

Economy Team

Chains

Use this view to see the Chains and Credebtors registered in the system.

Expenses

Use this view to see and approve/reject expenses.

Reimbursements

Use this view to view and create reimbursements for approved expenses.

Revenues

Use this view to see and approve/reject revenues.

{% endif %}
{% endblock content %}