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    
kiara / resources / templates / render / models / info.value.html
Size: Mime:
<table>
    <thead>
        <tr>
            <th colspan="2">Metadata for value: <i>{{ instance.value_id }}</i></th>
        </tr>
    </thead>
    <tbody>
        {% for k, v in instance.create_info_data().items() %}
        <tr>
            <td>{{ k }}</td>
            <td>{{ v }}</td>
        </tr>
        {% endfor %}
    </tbody>
</table>