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 / 5-time-elapsed.html
Size: Mime:
{% load i18n %}

<div class="password-container">
    <p class="information"><i class="icon fa fa-information"></i>
        <span>
            {% trans "This content is no longer available." %}<br>
            {% trans "The time is up." %}<br>

            {% if user_is_staff %}
                <a href="#" class="reset-user-state">{% trans "Reset status" %}</a>
            {% endif %}
        </span>
    </p>
</div>