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    
Size: Mime:
{% load rest_framework %}
<table class="table table-striped">
  <tbody>
    {% for key, value in results|items %}
      {% if key in details %}
        <tr><th>{{ key|capfirst }}</th><td {{ value|add_nested_class }}>{{ value|format_value }}</td></tr>
      {% endif %}
    {% endfor %}
  </tbody>
</table>