{% extends "base.html" %} {% load static from staticfiles %} {% block add_css %} {% endblock %} {% block content %}

Add Endpoint ({{ endpoint.host }}) Metadata

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% endblock %}