{% extends base_generic %} {% load static %} {% block content %}
{% include "rsshistory/icon_add.html" %}

API keys

{% if content_list %}
{% for apikey_object in content_list %}
{{apikey_object.key}}
{% with user=apikey_object.user %}
{{user.id}}
{{user.username}}
{% endwith %}
{% endfor %} {% else %} No keys yet {% endif %} {% endblock %}