{{_("Username")}} | {{_("AutoSend")}} | {{_("Email")}} | {{_("Expiration")}} | {{_("Operation")}} | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{other.name}} | {{_("Yes") if other.cfg('enable_send') else _("No")}} | {{other.cfg('email')}} | {% if other.expiration_days == 0 -%}{{_("Never")}} | {% elif other.expiration_days == 7 -%}{{_("7 Days")}} | {% elif other.expiration_days == 30 -%}{{_("1 Month")}} | {% elif other.expiration_days == 90 -%}{{_("3 Months")}} | {% elif other.expiration_days == 180 -%}{{_("6 Months")}} | {% elif other.expiration_days == 365 -%}{{_("1 Year")}} | {% elif other.expiration_days == 730 -%}{{_("2 Years")}} | {% else -%}{{other.expiration_days}} Days | {% endif -%}{% if other.name == adminName -%} {% else -%} {% endif -%} |