{% extends 'base.html' %} {% load form_helpers %} {% load buttons %} {% load static %} {% block header %}

{% block title %}GitLab - Export {{ export_type }}{% endblock %}

{% endblock %} {% block content %} {% if form.non_field_errors %}
Errors
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {# Resubmit our original input in case the POST can't be processed #} {{ form.pk.as_hidden }}
GitLab
{% render_field form.branch %}
Cancel
{% include 'netbox_gitlab/diff_highlight_line.html' %} {% endblock %}