{% extends "ausleihe/base.html" %} {% load static %} {% block content %}
{% csrf_token %}
{% if new_items %}

Neue Skill Set Items

    {% for item in new_items %}
  • {{ item.name }}
  • {% endfor %}
{% endif %}
{% endblock content %}