Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
password-container-xblock / static / html / 1-not-yet-available.html
Size: Mime:
{% load tz %}
{% load i18n %}

<div class="password-container">
    <p class="warning"><i class="icon fa fa-warning"></i>
        <span>
            {% trans "This content is not yet available." %}<br>
            {% trans "Date/Time available:" %} {% localtime off %}{{ start_date }}{% endlocaltime %} UTC<br>
        </span>
    </p>
</div>