{% extends "membertools_admin/base.html" %} {% load bootstrap %} {% load static %} {% load i18n %} {% block inside_content %} {% if perms.membertools.review_application and recruiter_forms %}
{% translate "Your Claimed Applications" %}
{% if user_review_applications %} {% include "membertools_admin/partials/app_queue.html" with applications=user_review_applications %} {% else %}

You don't have any active/pending applications.

{% endif %}
{% endif %}

Make suggestions content that could go here.

{% endblock inside_content %}