{% extends "base.html" %} {% block title %}Afterlife: {{ credential.credential_id }}{% endblock %} {% block content %}
{{ credential.metadata | tojson(indent=2) }}
{{ f.description }}
{% if f.suggested_remediation %}{{ f.suggested_remediation }}
{% endif %}