{% extends 'layouts/layout_base.html' %} {% block title %}User Settings{% endblock title %} {% block body_content %}
User Settings
{% csrf_token %}
{% if bugzilla_providers %}
Bugzilla Providers Settings
Provide API Keys to authenticate calls to your Bugzilla Providers on this browser. {% for p in bugzilla_providers %} {% endfor %}
{% endif %}
{% endblock body_content %}