{% extends 'base.html' %} {% block content %}

{% if item %}Edit service{% else%}New service{% endif %}

{% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %}
{% if item %}

{{ item.id }}

{% endif %}
{% csrf_token %}
{% if item %}

API Keys

{% csrf_token %}
{% for api_key in api_keys %} {% endfor %}
API Key Name API Key
{{ api_key.name }} {{ api_key.token_id_id }}
{% endif %} {% endblock %}