{% extends "base.html" %} {% load bs4 %} {% block content %}

Analyses

{% csrf_token %}
{% with objects=object_list %} {% if objects %} {% for object in objects %} {% include 'analysis/fragments/td_star.html' with object=object %} {% endfor %}
Analysis Type Desktop Version Last Updated
{{object.model_class_label}} {{object.outputs.bmds_ui_version|default:"-"}} {% table_time now object.timestamp %}
{% include "includes/pagination.html" %} {% elif has_query %}

No analyses available.

{% endif %} {% endwith %}

Disclaimer

This software/application has been approved for release by the U.S. Environmental Protection Agency (USEPA). Although the software has been subjected to rigorous review, the USEPA reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USEPA or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USEPA nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use.

{% endblock content %}