{% screening_button result %}
{% eligibility_button result %}
{% if result.eligible %}
{% if result.consent %}
{% dashboard_button result %}
{% else %}
{% refusal_button result %}{% if not result.refusal %}{% add_consent_button result %}{% endif %}
{% endif %}
{% endif %}