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 k, v in value|items %}
      <tr>
        <th>{{ k|format_value }}</th>
        <td>{{ v|format_value }}</td>
      </tr>
    {% endfor %}
  </tbody>
</table>