##// END OF EJS Templates
Nueva plantilla, prueba comunicacion y nuevos campos ddsrest
Nueva plantilla, prueba comunicacion y nuevos campos ddsrest

File last commit:

r338:7377db7c77e8
r338:7377db7c77e8
Show More
jars_conf.html
24 lines | 606 B | text/html | HtmlDjangoLexer
{% extends "dev_conf.html" %}
{% load static %}
{% load bootstrap3 %}
{% load main_tags %}
{% block extra-menu-actions %}
<li><a href="{{ dev_conf.get_absolute_url_log }}"><span class="fas fa-save" aria-hidden="true"></span>
Get Log File</a></li>
{% endblock %}
{% block extra-content %}
<div class="clearfix"></div>
<h2>Filter: {{resolution}}</h2>
<br>
<table class="table table-bordered">
{% for key in filter_keys %}
<tr>
<th>{% get_verbose_field_name filter_obj key %}</th>
<td>{{filter|attr:key}}</td>
</tr>
{% endfor %}
</table>
{% endblock extra-content%}