{% extends 'generic/object.html' %} {% load helpers %} {% load validity %} {% block head %} {% endblock %} {% block title %}{{ object }}: Serialized Configuration{% endblock %} {% block subtitle %}
{% endblock %} {% block content %}
Metainfo
Git Repository {{ object.repo | linkify | placeholder }}
Device Config File {% include "validity/inc/path_with_link.html" with file_path=object|device_path web_url=object.repo.rendered_web_url only %}
Serializer {{ object.serializer | linkify | placeholder }}
Local copy last modified {{ config.last_modified | date:"Y-m-d G:i:s" | placeholder}}
{% if not error %}
Serialized Configuration
{% include 'extras/inc/configcontext_format.html' %}
{% include 'extras/inc/configcontext_data.html' with data=config.serialized format=format %}
{% else %}
{{ error }}
{% endif %}
{% endblock %}