{% if request.user.role == "accounted" %}Account {% else %} Visa {% endif%} Remark

{% if request.user.role == "accounted" %}
{% csrf_token %}
{% if student.invoice %}

View Invoice

{% endif %}
{% if student.receipt %}

View Receipt

{% endif %}
{% elif request.user.role == "visa_manager" %}
{% csrf_token %}
{%else%}

nauthorized role

{%endif%}