Files
zulip/static/templates/settings/upload_space_stats.hbs
Anders Kaseorg 5fed442bb1 templates: Remove context argument from {{#tr}} block helper.
It only had one nontrivial use, and it’s easily replaced using the
builtin {{#with}} block helper.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-04-13 18:59:46 -07:00

10 lines
348 B
Handlebars

<span>
{{#tr}}Organization using {percent_used}% of {upload_quota}.{{/tr}}
{{#if show_upgrade_message}}
{{#tr}}
<z-link>Upgrade</z-link> for more space.
{{#*inline "z-link"}}<a href="/upgrade" target="_blank" rel="noopener noreferrer">{{> @partial-block }}</a>{{/inline}}
{{/tr}}
{{/if}}
</span>