{% extends "base.html" %} {% block title %}Mantis Dashboard - {{ report.seed_url }}{% endblock %} {% block content %}
Pages Crawled
Total Bugs
Success Rate
| Severity | Type | Page | Summary | Impact | Actions |
|---|---|---|---|---|---|
| {{ bug.severity|title }} | {% if bug.type == 'Accessibility' %} {% elif bug.type == 'UI' %} {% elif bug.type == 'Logic' %} {% endif %} {{ bug.type }} | {{ bug.page_url }} |
{{ bug.summary }}
{% if bug.impact_description %}
{{ bug.impact_description }} {% endif %} |
{% if bug.priority %}
{{ bug.priority }}
{% endif %}
{% if bug.category %}
{{ bug.category }}
{% endif %}
{% if bug.business_impact %} {{ bug.business_impact }} {% endif %} {% if bug.wcag_guidelines %} {% for wcag in bug.wcag_guidelines %} WCAG {{ wcag }} {% endfor %} {% endif %} |
|
How to Reproduce{% if bug.reproduction_steps %}
{% if bug.type == 'Accessibility' or bug.type == 'Performance' %} Not applicable - this is an automated scan result. {% else %} We were unable to save the reproduction steps. {% endif %} {% endif %}
{% if bug.suggested_fix %}
Suggested Fix: {{ bug.suggested_fix }}
{% endif %}
{% if bug.fix_steps %}
We were unable to determine the fix steps. {% endif %}Technical Details{% if bug.affected_elements %}
Affected Elements:
{% endif %}
{% if bug.technical_details %}
{% for element in bug.affected_elements %} {{ element }}{% endfor %}
Details:
{% endif %}
{{ bug.technical_details }}
Evidence:
{% if bug.estimated_effort or bug.tags %}
{% if bug.evidence.console_log %} Console log captured {% endif %} {% if bug.evidence.viewport %} Viewport: {{ bug.evidence.viewport }} {% endif %} {% if bug.evidence.screenshot_path %} Screenshot captured {% endif %}
{% if bug.estimated_effort %}
Estimated Effort: {{ bug.estimated_effort }}
{% endif %}
{% endif %} {% if bug.tags %} Tags: {% for tag in bug.tags %} {{ tag }} {% endfor %} {% endif %}
{% if bug.evidence.screenshot_path %}
ScreenshotClick to enlarge |
|||||
| No bugs found yet... | |||||
No bugs were found during the crawl. Your website appears to be in great shape!