{% extends "base.html" %} {% block content %}

My Cvss score

{% for entry in entries %} {% if (entry.source == "1") or (entry.title == "0") or (entry.description == "0") %} {% else %} {% endif %} {% endfor %}
Id Title Description source Operations
{{ entry.id }} {{ entry.title }} {{ entry.description }} {{ entry.source}} Turn Status Delete Edit
{% endblock %}