Esempio n. 1
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Climate Change Adaptation
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'cca',
        page_title=_('Climate Change Adaptation'))
Esempio n. 2
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Technologies
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'technologies',
        page_title=_('Technologies'))
Esempio n. 3
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new UNCCD
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'unccd',
        page_title=_('UNCCD'))
Esempio n. 4
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Watershed
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'watershed',
        page_title=_('Watershed'))
Esempio n. 5
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new SAMPLE
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'sample',
        page_title='SAMPLE')
Esempio n. 6
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new SAMPLEMODULE
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'samplemodule',
        page_title='SAMPLEMODULE')
Esempio n. 7
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new SAMPLE
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(request,
                                           identifier,
                                           step,
                                           'approaches',
                                           page_title=_('Approaches'))
Esempio n. 8
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Climate Change Adaptation
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request,
        identifier,
        step,
        'cca',
        page_title=_('Climate Change Adaptation'))
Esempio n. 9
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Carbon Benefits Project Summary
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request,
        identifier,
        step,
        'cbp',
        page_title=_('Carbon Benefits Project (CBP) Summary'))