{% load i18n %}
{% with studentstatus.relatedstudent.user as user %}
{% if user.devilryuserprofile.full_name %}
{{ user.devilryuserprofile.full_name }}
{% endif %}
({{ studentstatus.relatedstudent.user.username }})
{% endwith %}
{% if studentstatus.qualifies %}
{% trans "Yes" %}
{% else %}
{% trans "No" %}
{% endif %}