{% extends 'base.html' %} {% load widget_tweaks %} {% load fontawesome_5 %} {% block content %}
{% if messages %} {% endif %} {% if finding %} See finding {% fa5_icon 'chevron-right' %}{% if scan %} Create other finding {% fa5_icon 'redo-alt' %} {% else %} Create other finding {% fa5_icon 'redo-alt' %} {% endif %} {% endif %} {% endblock %}