{% extends 'templatevamp.html' %} {% block title %}Check Damage{% endblock %} {% block head %} {% endblock %} {% block content %}
{% include '_summary.html' %}
{% include '_images.html' %}
{% include '_csses.html' %}
{% include '_jses.html' %}
{% include '_multimedias.html' %}
{% include '_text.html' %}
{% include '_iframes.html' %}
{% include '_screenshots.html' %}
{% include '_log.html' %}
{% endblock %} {% block tail %} {% endblock %}