{% set add_more_info = response.restriction_limits.validation_email.add_more_info_after_validation %}
{% if image and response.restriction_limits.should_blur_photos and profile.is_session_user == false %}
{% if add_more_info %}
{% trans "Complete profile to see photos" %}
{% else %}
{% trans "Verify your age to see photos" %}
{% endif %}
{% endif %}
{% if text and response.restriction_limits.should_blur_text and profile.is_session_user == false %}
{% if add_more_info %}
{% trans "Complete profile to see details" %}
{% else %}
{% trans "Verify your age to see details" %}
{% endif %}
{% endif %}