{% extends 'base.html' %} {% block content %} {% if current_user.is_authenticated %}

Hi {{ current_user.user_name }}!

{% for unused_app in current_user.unused_applications %}
  • add_{{unused_app}}_app
  • {% endfor %} {% else %} Please log in {% endif %} {%endblock%}