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

HR

Applications

View your current open applications
Create a application

{% if can_recommend %}

Recommendations

View your current open recommendations
Add a recommendation

{% endif %} {% if hrstaff %}

HR Admin

View applications

{% endif %} {% endblock %}