|
|
@ -1,7 +1,9 @@ |
|
|
{% extends request.is_ajax|yesno:'nullcont.htm,taskapp/ext.htm' %} |
|
|
{% extends request.is_ajax|yesno:'nullcont.htm,taskapp/ext.htm' %} |
|
|
{% load i18n %} |
|
|
{% load i18n %} |
|
|
{% block content %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% block title %}{% trans 'Scheduled tasks me' %}{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block content %} |
|
|
<div class="table-responsive"> |
|
|
<div class="table-responsive"> |
|
|
<table class="table table-striped table-bordered"> |
|
|
<table class="table table-striped table-bordered"> |
|
|
<thead> |
|
|
<thead> |
|
|
|