{% load helpers %} {% if result.status == 'REVOKED' %} {% if result.revocation_type == 'terminated' %} Terminated {% elif result.revocation_type == 'reaped' %} Reaped {% elif result.revocation_type == 'abandoned' %} Abandoned {% else %} {{ result.revocation_type }} (unrecognized) {% endif %} {% else %} {{ None | placeholder }} {% endif %}