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

{{ getter }}

Please paste the required output in the field(s) below.

{% for entry in form_data %}
{% endfor %} {% if missing_command %}
{% endif %}
{% if data %}

Output from {{ getter }}:

{{ data }}
{% endif %} {% if exception %}

{{ exception }}

{{ traceback }}

{% endif %} {% if not missing_command and (data or exception) %}

Is this an issue that should be fixed in NAPALM?

Copy and paste the output below when you create an issue

{% endif %} {% endblock %}