{% extends 'api/base.html' %} {% load humanize icons %} {% load url from future %} {% block form_content %}

{{ app.name }} View and edit


{% include 'form.inc.html' %}
API key
API secret
{% csrf_token %} {% icon 'remove' 'white' %} Delete
{% with app.users.count as user_count %} {% if user_count > 0 %}

Your app has {{ user_count|apnumber }} user{{ user_count|pluralize }}.

{% endif %} {% endwith %} {% endblock form_content %}