{% 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 %}| Recommender | Recommended Application | Application Status |
|---|---|---|
| {{ rec.user_character }} | {{ rec.application }} | {{ rec.application.status_description }} |
You have no current recommendations
{% endif %} {% endblock %}