{% comment %} Resource usage rendered as bootstrap progress bar Expected parameter: detail Expected structure: dictionary or object with attributes: - usage (int): 125 - total (int): 200 - unit (string): 'MB' - percent (int: [0, 25, 50, 75, 100]: 75 {% endcomment %}
{% if detail %} {{ detail.usage }} {{ detail.unit }} {% else %} N/A {% endif %}