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    
fun-apps / templates / problem_stats / no_answers.html
Size: Mime:
## mako
<%! from django.utils.translation import ugettext as _ %>

<div class="panel panel-default">
    <div class="panel-heading">
        % for element in title:
            <p>${element.text}</p>
        % endfor
    </div>
    <div class="panel-body">
        ${_("No answers were found for this question.")}
    </div>
</div>