{% extends 'ccc/beacons/base.html' %} {% load staticfiles %} {% block title %} Beacons Content {% endblock title %} {% block content-body %}
{% block page-title %}

Beacons Content

{% endblock page-title %}
{% block page-body %}
# Name Short notification Long notification Content Created date Action
{$ $index + 1 $} {$ content.name $} {$ content.short_notification $} {$ content.long_notification $} {$ content.content.text $} {$ content.content.url $} {$ content.created_date $}
{% endblock page-body %}
{% endblock content-body %} {% block extrascripts %} {% endblock extrascripts %}