{% extends "base.html" %} {% block title %}Recommendations{% endblock %} {% block content %}

This list shows your current open recommendations that are yet to be submitted, as soon as the recommended user submits their application your recommendation will be removed from this list.

{% if recs %} {% for rec in recs %} {% endfor %}
RecommenderRecommended ApplicationApplication Status
{{ rec.user_character }} {{ rec.application }} {{ rec.application.status_description }}
{% else %}

You have no current recommendations

{% endif %} {% endblock %}