{% import "templates/emails/macros.html" as utils %} {% extends "templates/emails/base.html" %} {% block content %}
{%- if subject -%} {{ subject }} {%- endif -%}
{%- if status == 'Rejected' -%} Unfortunately, your approval request for '{{ commit_message }}' app release has been rejected. The reason for rejection: {{ rejection_reason }} {%- endif -%} {%- if status == 'Approved' -%} Hurray! Your approval request for '{{ commit_message }}' app release has been accepted and this release will be published in the Marketplace. {%- endif -%}
{%- if status == 'Approved' -%}Note: Once approved, it might take upto a week for a release to be deployed on marketplace.
{%- endif -%}