No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

show.html 180B

12345
  1. {% extends "base_backend.html" %}
  2. {% block title %}Lodel 2 - Document {{ id }}{% endblock %}
  3. {% block content %}
  4. {{ leapi.Section.get(['lodel_id = %s' % id]) }}
  5. {% endblock %}