~kissiel/checkbox/session-assistant-fix

« back to all changes in this revision

Viewing changes to plainbox/plainbox/impl/providers/exporters/data/checkbox.html

  • Committer: Daniel Manrique
  • Author(s): Pierre Equoy
  • Date: 2015-08-25 11:54:37 UTC
  • mfrom: (3944.2.1 checkbox)
  • Revision ID: daniel_manrique-20150825115437-laf7n12rfux46dix
"automatic merge of lp:~pierre-equoy/checkbox/fix-1479719-crash-when-exporting-session-if-empty-resources/ by tarmac [r=zyga][bug=1479719][author=pierre-equoy]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
            <div id="content" class="clearfix">
163
163
                This report was created using {{ client_name }} {{ client_version }} on {{ timestamp }}
164
164
            </div>
165
 
            {%- if ns ~ "lsb" in resource_map %}
 
165
            {%- if ns ~ "lsb" in resource_map and resource_map[ns ~ "lsb"][0] %}
166
166
            <div id="content" class="clearfix">
167
167
                <h2>Software Information</h2>
168
168
                <p>{{ resource_map[ns ~ "lsb"][0]["description"] }}</p>