{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans 'New Scan' %} | {{ block.super }}{% endblock %}
{% block section_title %}
{% trans "Create a new scan profile" %}
{% endblock %}
{% block content %}
{% with scan_form as form %}
{% include "scan_form_snippet.html" %}
{% endwith %}
{% endblock content %}