{% import "templates/emails/macros.html" as utils %} {% extends "templates/emails/base.html" %} {% block content %}
{%- if subject -%} {{ subject }} {%- endif -%}
{%- if status == 'Rejected' -%} 很遗憾,您对 '{{ commit_message }}' 应用程序发布的审批请求已被拒绝。 拒绝原因: {{ rejection_reason }} {%- endif -%} {%- if status == 'Approved' -%} 太棒了!您对 '{{ commit_message }}' 应用程序发布的审批请求已被接受,此版本将在市场中发布。 {%- endif -%}
{%- if status == 'Approved' -%}注意:一旦获得批准,可能需要长达一周的时间才能在市场上部署发布。
{%- endif -%}