@if (getQuotaAsNumber() > 0) {
The video quota only takes into account the size of uploaded videos, not transcoded files or user export archives (which may contain video files).
@if (isTranscodingInformationDisplayed()) { Transcoding is enabled so real videos size can be at most ~ {{ computeQuotaWithTranscoding() | bytes: 0 }}. }
}