{% if "horilla_meet"|app_installed and "horilla_meet"|integration_installed %}
{% if instance.google_meeting.google_meeting.meet_url %}
{% else %}
{% endif %}
{% if perms.horilla_meet.add_googlemeeting %}
{% if request.user.employee_get in instance.manager.all %}
{% endif %}
{% endif %}
{% endif %}
{% if perms.pms.add_meetings or request.user.employee_get in instance.manager.all or request.user.employee_get in instance.answer_employees.all %}
{% endif %}
{% if request.user.employee_get in instance.answer_employees.all or request.user.employee_get in instance.manager.all %}
{% if instance.question_template %}
edit_document
{% else %}
edit_document
{% endif %}
{% else %}
edit_document
{% endif %}
{% if perms.pms.change_meetings or request.user.employee_get in instance.manager.all %}
{% endif %}
{% if perms.pms.delete_meetings %}
{% if not instance.is_active %}
{% else %}
{% endif %}
{% endif %}
{% if perms.pms.delete_meetings %}
{% endif %}