{% extends 'layouts/layout_base.html' %} {% load crispy_forms_tags %} {% block body_content %}
User Settings
{% csrf_token %} {% crispy form %}
{% 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 %}