{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}User Contributed views{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}User Contributed Views{% endblock %} {% block toolbar %}{% endblock %} {% block nav1 %}{{ block.super }}{% endblock %} {% block nav2 %}{% trans "contrib" %}{% endblock %} {% load adagiostags %} {% block content %}

{% blocktrans with dir=settings.contrib_dir %} Here you can see a list of user contributed views for Adagios. You can make your own from {{ dir }}. {% endblocktrans %}

{% trans "Please see the examples below for assistance on creating your own custom views." %}

{% endblock %}