{% extends 'generic/object_list.html' %}
{% block title %}{{title}}{% endblock %}
{% block extra_controls %}
{% if title == "Sizing" %}
{% include 'sop_infra/tools/refresh.html' %}
{% elif title == "PRISMA Access Locations" %}
Recompute Access Locations
{% endif %}
{% endblock extra_controls %}