{% extends "base.html" %} {% from 'utils.html' import custom_render_form_row,make_tabs %} {% from 'bootstrap/form.html' import render_form, render_field, render_form_row %} {% block app_content %} {% if form %}

Grant remote access

{% endif %}
{{form.csrf_token()}} {{custom_render_form_row([form.name])}} {{custom_render_form_row([form.ssh_key])}} {{custom_render_form_row([form.add])}}
{% endblock %}