{% extends 'generic/object.html' %} {% load helpers %} {% load validity %} {% block extra_controls %}
{% csrf_token %}
{% endblock %} {% block content %}
Backup Point
Name {{ object.name }}
Data Source {{ object.data_source | linkify }}
Back Up After Sync {{ object.backup_after_sync | checkmark }}
Backup Method {{ object | colored_choice:"method" }}
URL {{ object.url }}
Ignore rules {% if object.ignore_rules %}
{{ object.ignore_rules }}
{% else %} {{ ''|placeholder }} {% endif %}
Last Status {{ object | colored_choice:"last_status" | placeholder }} {% if object.last_error %} | {{ object.last_error }}{% endif %}
Last Uploaded {{ object.last_uploaded | date:"Y-m-d G:i:s" | filler:"Never"}}
{% include 'inc/panels/tags.html' %}
{% include 'validity/inc/parameters.html' with title='Parameters' form=object.get_subform only %}
{% endblock content %}