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

News


{% if news.count > 0 %} {% for n in news %}

{{ n.title }}

{{ n.description|safe }}

{% endfor %} {% else %}

There are no news registered in {{ dataset.title }}

{% endif %}
{% endblock container %}