{% extends 'generic/object_retrieve.html' %}
{% load helpers %}
{% block buttons %}
{% if object.is_active_stage and request.user not in object.users_that_already_approved %}
Approve
{% else %}
Approve
{% endif %}
{% if object.is_active_stage and request.user not in object.users_that_already_approved %}
Deny
{% else %}
Deny
{% endif %}
{% endblock buttons %}